Skip to content

Commit

Permalink
Fix #76
Browse files Browse the repository at this point in the history
  • Loading branch information
MainKronos committed Oct 5, 2022
1 parent 1b5a351 commit 11edcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ User gid: $(id -g "$USER_NAME")
touch /script/json/settings.json
touch /script/json/table.json

sed -i -e 's/\r$//' connections/*.sh
if [ -f connections/*.sh ]; then sed -i -e 's/\r$//' connections/*.sh; fi

chown "$USER_NAME":"$USER_NAME" /script -R
chmod 777 /script -R
Expand Down

0 comments on commit 11edcc1

Please sign in to comment.