linux data folder updated

This commit is contained in:
leetthewire 2022-05-11 22:10:54 +00:00
parent 271e948c1f
commit a17690f88b
118 changed files with 245 additions and 11 deletions

4
deploy/data/linux/post_install.sh Normal file → Executable file
View file

@ -29,11 +29,9 @@ 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
sudo systemctl start $APP_NAME >> $LOG_FILE
sudo systemctl enable $APP_NAME >> $LOG_FILE
sudo ln -s $APP_PATH/client/bin/$APP_NAME /usr/sbin/ >> $LOG_FILE
sudo ln -s $APP_PATH/client/$APP_NAME.sh /usr/sbin/$APP_NAME >> $LOG_FILE
echo "user desktop creation loop started" >> $LOG_FILE