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:
parent
00159fafb6
commit
d31ad6c611
2 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue