mirror of
https://github.com/YunoHost-Apps/bazarr_ynh.git
synced 2024-09-03 18:06:27 +02:00
Make sure the config directory exists
This commit is contained in:
parent
c8102fa7aa
commit
2730a8d4d0
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ then
|
|||
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="$install_dir/data"
|
||||
fi
|
||||
|
||||
mkdir -p "$install_dir/data/config"
|
||||
|
||||
chmod -R o-rwx "$install_dir"
|
||||
chown -R $app: "$install_dir"
|
||||
|
||||
|
|
Loading…
Reference in a new issue