fixed permissions of a sh script
This commit is contained in:
parent
1ab76617df
commit
1eb789e847
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ if sudo systemctl is-active --quiet $APP_NAME; then
|
|||
fi
|
||||
|
||||
sudo chmod +x $APP_PATH/client/bin/easyrsa >> $LOG_FILE
|
||||
sudo chmod 555 $APP_PATH/client/bin/update-resolv-conf.sh
|
||||
|
||||
sudo cp $APP_PATH/service/$APP_NAME.service /etc/systemd/system/ >> $LOG_FILE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue