1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/huginn_ynh.git synced 2024-09-03 19:26:13 +02:00

Missing log dir on restore

This commit is contained in:
Salamandar 2024-02-24 18:06:50 +01:00
parent 4173976673
commit 9f582393e7

View file

@ -25,6 +25,8 @@ ynh_script_progression --message="Restoring the app main directory..."
ynh_restore_file --origin_path="$install_dir"
mkdir -p "$install_dir/log" "$install_dir/tmp/pids" "$install_dir/tmp/sockets"
chmod -R o-rwx "$install_dir"
chown -R "$app:www-data" "$install_dir"