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 13:47:10 +01:00
parent d458e54307
commit 50073f4239
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 0 additions and 10 deletions

View file

@ -86,8 +86,6 @@ db_user=$db_name
ynh_app_setting_set --app=$app --key=db_name --value=$db_name
ynh_mongo_setup_db --db_user=$db_user --db_name=$db_name
#mongo < ../conf/rocketchat_ldap.js
#=================================================
# CREATE DEDICATED USER
#=================================================
@ -109,10 +107,6 @@ 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

@ -64,10 +64,6 @@ 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
#=================================================