mirror of
https://github.com/YunoHost-Apps/mineweb_ynh.git
synced 2024-09-03 19:45:54 +02:00
update
This commit is contained in:
parent
a32ac897af
commit
81ff8eb475
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
#ynh_store_file_checksum "/etc/onlyoffice/documentserver/nginx/onlyoffice-documentserver.conf"
|
||||
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
#=================================================
|
||||
|
@ -146,9 +145,8 @@ ynh_replace_string "__DBNAME__" "$db_name" "$final_path/app/Config/database.
|
|||
### that really need such authorization.
|
||||
|
||||
# Set permissions to app files
|
||||
#chown -R root: /etc/loolwsd
|
||||
chmod -R 755 $final_path
|
||||
|
||||
chown -R $app:$app $final_path
|
||||
chmod -R 775 $final_path
|
||||
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
|
|
Loading…
Add table
Reference in a new issue