This commit is contained in:
leetthewire 2021-08-15 11:48:31 -07:00
parent d496d0cccd
commit 229265cdd9
4 changed files with 18 additions and 2 deletions

View file

@ -25,6 +25,8 @@ if sudo systemctl is-active --quiet $APP_NAME; then
sudo rm -rf /etc/systemd/system/$APP_NAME.service >> $LOG_FILE
fi
sudo chmod +x $APP_PATH/client/bin/easyrsa >> $LOG_FILE
sudo cp $APP_PATH/service/$APP_NAME.service /etc/systemd/system/ >> $LOG_FILE
sudo ln -s $APP_PATH/client/lib/* /usr/lib/ >> $LOG_FILE