prepared to commit permissions of a sh script

This commit is contained in:
leetthewire 2022-08-11 00:00:48 +04:00
parent 9236be7fbd
commit 1ab76617df

View file

@ -26,8 +26,6 @@ if sudo systemctl is-active --quiet $APP_NAME; then
fi
sudo chmod +x $APP_PATH/client/bin/easyrsa >> $LOG_FILE
sudo chmod --- $APP_PATH/client/bin/update-resolv-conf.sh
sudo chmod +rx $APP_PATH/client/bin/update-resolv-conf.sh
sudo cp $APP_PATH/service/$APP_NAME.service /etc/systemd/system/ >> $LOG_FILE