fixed AVP-01-001 WP2, permissions on update-resolv-conf.sh

This commit is contained in:
ddd 2022-07-16 13:23:17 +04:00
parent a8067bee36
commit 0ba614961d

View file

@ -26,6 +26,8 @@ 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