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:
parent
bd262b7e28
commit
a9c6aa3645
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue