1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mineweb_ynh.git synced 2024-09-03 19:45:54 +02:00
This commit is contained in:
liberodark 2019-01-07 15:31:09 +01:00
parent a32ac897af
commit 81ff8eb475

View file

@ -134,7 +134,6 @@ ynh_replace_string "__DBNAME__" "$db_name" "$final_path/app/Config/database.
# Calculate and store the config file checksum into the app settings # Calculate and store the config file checksum into the app settings
#ynh_store_file_checksum "/etc/onlyoffice/documentserver/nginx/onlyoffice-documentserver.conf" #ynh_store_file_checksum "/etc/onlyoffice/documentserver/nginx/onlyoffice-documentserver.conf"
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION
#================================================= #=================================================
@ -146,9 +145,8 @@ ynh_replace_string "__DBNAME__" "$db_name" "$final_path/app/Config/database.
### that really need such authorization. ### that really need such authorization.
# Set permissions to app files # Set permissions to app files
#chown -R root: /etc/loolwsd chown -R $app:$app $final_path
chmod -R 755 $final_path chmod -R 775 $final_path
#================================================= #=================================================
# SETUP SSOWAT # SETUP SSOWAT