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

No need to create log directory anymore
This commit is contained in:
Gérard Collin 2024-07-18 08:31:57 +02:00 committed by GitHub
commit 14201b47ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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
#=================================================