1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00
This commit is contained in:
ericgaspar 2021-11-19 11:56:02 +01:00
parent 2025cf31cd
commit 1f7257678f
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 8 additions and 0 deletions

View file

@ -103,6 +103,10 @@ chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:$app "$final_path"
if [ -d "/tmp/ufs" ]; then
chown -R $app:$app "/tmp/ufs"
fi
#=================================================
# NGINX CONFIGURATION
#=================================================

View file

@ -61,6 +61,10 @@ if ynh_legacy_permissions_exists; then
ynh_app_setting_delete --app=$app --key=is_public
fi
if [ -d "/tmp/ufs" ]; then
chown -R $app:$app "/tmp/ufs"
fi
#=================================================
# STANDARD UPGRADE STEPS
#=================================================