1
0
Fork 0
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:
yalh76 2022-07-23 00:41:42 +02:00
parent a8f0f079cd
commit 77a48629b5
2 changed files with 2 additions and 0 deletions

View file

@ -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
#=================================================

View file

@ -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
#=================================================