mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
Update restore
This commit is contained in:
parent
51303a0655
commit
5f31166d76
1 changed files with 5 additions and 0 deletions
|
@ -68,6 +68,11 @@ chmod -R o-rwx "$final_path"
|
||||||
chown -R $app:$app "$final_path"
|
chown -R $app:$app "$final_path"
|
||||||
chmod 600 "$final_path/config/config.js"
|
chmod 600 "$final_path/config/config.js"
|
||||||
|
|
||||||
|
#=================================================
|
||||||
|
# APPLY FOLDER GROUP RIGHTS FOR WWW-DATA
|
||||||
|
#=================================================
|
||||||
|
chgrp -R www-data $final_path
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# REINSTALL DEPENDENCIES
|
# REINSTALL DEPENDENCIES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue