1
0
Fork 0
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:
tituspijean 2024-05-11 12:23:06 +02:00
parent c8102fa7aa
commit 2730a8d4d0
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -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"