1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/encryptic_ynh.git synced 2024-09-03 18:26:30 +02:00

Update restore

This commit is contained in:
ericgaspar 2021-10-04 21:31:34 +02:00
parent f62a62d572
commit f9c1adf573
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -60,13 +60,6 @@ chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
#=================================================
# RESTORE USER RIGHTS
#=================================================
# Restore permissions on app files
chown -R $app: $final_path
#=================================================
# GENERIC FINALIZATION
#=================================================