mirror of
https://github.com/YunoHost-Apps/teampass_ynh.git
synced 2024-09-03 20:26:37 +02:00
fix missing /backups
This commit is contained in:
parent
a8f0f079cd
commit
77a48629b5
2 changed files with 2 additions and 0 deletions
|
@ -223,6 +223,7 @@ chown -R $app:www-data "$final_path"
|
|||
# Sauf certains dossiers includes, files et upload
|
||||
chown -R $app $final_path/{includes,files,upload}
|
||||
# Restreint l'accès au dossier de backup
|
||||
mkdir -p $final_path/backups
|
||||
chmod 750 $final_path/backups
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -190,6 +190,7 @@ if [ -d "$final_path/install" ]; then
|
|||
fi
|
||||
|
||||
# Restreint l'accès au dossier de backup
|
||||
mkdir -p $final_path/backups
|
||||
chmod 750 $final_path/backups
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue