1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/satdress_ynh.git synced 2024-09-03 20:16:27 +02:00

fix permissions

This commit is contained in:
navanchauhan 2022-07-29 09:48:22 -04:00
parent 82f46eb949
commit fa2945879d
2 changed files with 2 additions and 0 deletions

View file

@ -125,6 +125,7 @@ ynh_remove_go
# Set permissions to app files
chown -R $app:root "$final_path"
chmod 750 "${final_path}/bin/satdress"
#=================================================
# SETUP SYSTEMD

View file

@ -124,6 +124,7 @@ then
fi
chown -R $app:root "$final_path"
chmod 750 "${final_path}/bin/satdress"
#=================================================
# SETUP SYSTEMD