1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dont-code_ynh.git synced 2024-09-03 18:26:34 +02:00

No need to create log directory anymore

This commit is contained in:
Gérard Collin 2024-07-17 08:37:24 +02:00
parent 00159fafb6
commit d31ad6c611
2 changed files with 0 additions and 6 deletions

View file

@ -20,9 +20,6 @@ ynh_setup_source --dest_dir="$install_dir"
chmod -R o-rwx "$install_dir"
chown -R "$app:$app" "$install_dir"
mkdir /var/log/$app
chown "$app:$app" /var/log/$app
#=================================================
# Configure document storage
#=================================================

View file

@ -20,9 +20,6 @@ ynh_restore_file --origin_path="$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:$app "$install_dir"
mkdir /var/log/$app
chown "$app:$app" /var/log/$app
#=================================================
# RESTORE THE DOCUMENTS DIRECTORY
#=================================================