mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
fix
This commit is contained in:
parent
83049d86ac
commit
b8d4f74090
3 changed files with 3 additions and 6 deletions
|
@ -220,8 +220,7 @@ ynh_store_file_checksum --file="$final_path/config/config.inc.php"
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Set permissions to app files
|
# Set permissions to app files
|
||||||
chown -R root:$app "$final_path"
|
chown -R root: "$final_path"
|
||||||
chmod -R o-rwx "$final_path"
|
|
||||||
mkdir -p "$final_path/plugins/enigma/home"
|
mkdir -p "$final_path/plugins/enigma/home"
|
||||||
chown -R $app: "$final_path/"{temp,logs,plugins/enigma/home}
|
chown -R $app: "$final_path/"{temp,logs,plugins/enigma/home}
|
||||||
|
|
||||||
|
|
|
@ -68,8 +68,7 @@ ynh_restore_file --origin_path="$final_path"
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Restore permissions on app files
|
# Restore permissions on app files
|
||||||
chown -R root:$app "$final_path"
|
chown -R root: "$final_path"
|
||||||
chmod -R o-rwx "$final_path"
|
|
||||||
mkdir -p "$final_path/plugins/enigma/home"
|
mkdir -p "$final_path/plugins/enigma/home"
|
||||||
chown -R $app: "$final_path/"{temp,logs,plugins/enigma/home}
|
chown -R $app: "$final_path/"{temp,logs,plugins/enigma/home}
|
||||||
|
|
||||||
|
|
|
@ -277,8 +277,7 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Set permissions to app files
|
# Set permissions to app files
|
||||||
chown -R root:$app "$final_path"
|
chown -R root: "$final_path"
|
||||||
chmod -R o-rwx "$final_path"
|
|
||||||
mkdir -p "$final_path/plugins/enigma/home"
|
mkdir -p "$final_path/plugins/enigma/home"
|
||||||
chown -R $app: "$final_path/"{temp,logs,plugins/enigma/home}
|
chown -R $app: "$final_path/"{temp,logs,plugins/enigma/home}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue