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 (#9)

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

View file

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