Skip to content

Commit

Permalink
Fix automatico file sh scritti su windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MainKronos committed Sep 27, 2022
1 parent ce8e2f0 commit 1b5a351
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ User gid: $(id -g "$USER_NAME")
touch /script/json/settings.json
touch /script/json/table.json

sed -i -e 's/\r$//' connections/*.sh

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

Expand Down

0 comments on commit 1b5a351

Please sign in to comment.