1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opentracker_ynh.git synced 2024-09-03 19:46:34 +02:00

Update install

This commit is contained in:
liberodark 2019-04-11 12:25:40 +02:00 committed by GitHub
parent bd262b7e28
commit a9c6aa3645
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,6 +157,7 @@ ynh_system_user_create $app
# Set permissions to app files
chown -R admin:1007 $final_path
chmod +x $final_path/opentracker
#=================================================
@ -170,4 +171,5 @@ if [ $is_public -eq 1 ]; then
fi
# Reload services
systemctl start $app
systemctl reload nginx