1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/osjs_ynh.git synced 2024-09-03 19:56:11 +02:00

Update install

This commit is contained in:
frju365 2018-05-11 11:46:21 +02:00 committed by GitHub
parent 6c6f70f9c3
commit 6cf47739ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,9 +132,10 @@ popd
# Configure init script
#=================================================
sudo systemctl daemon-reload
sudo systemctl enable "$app".service
sudo systemctl start "$app".service
systemctl daemon-reload
systemctl enable "$app".service
systemctl start "$app".service
systemctl status $app
#=================================================
# SETUP LOGROTATE
@ -169,3 +170,4 @@ fi
#=================================================
systemctl reload nginx
cat /etc/nginx/conf.d/$domain.conf.d/$app.conf