fixed permissions of a sh script

This commit is contained in:
leetthewire 2022-08-11 00:02:19 +04:00
parent 1ab76617df
commit 1eb789e847

View file

@ -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