Skip to content

Commit

Permalink
Merge pull request #77 from MainKronos/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
MainKronos authored Oct 5, 2022
2 parents 73dc0c1 + 13ff0d5 commit dabf87e
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 dabf87e

Please sign in to comment.