1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lufi_ynh.git synced 2024-09-03 19:36:28 +02:00

Update restore

This commit is contained in:
ericgaspar 2021-04-22 23:58:47 +02:00
parent c71f166127
commit 18050242d9
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -75,7 +75,6 @@ ynh_script_progression --message="Restoring user rights..."
# Restore permissions on app files
chown -R $app:$app $final_path
chown -R $app:$app $public_path
chmod 750 $public_path
#=================================================