1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grav_ynh.git synced 2024-09-03 19:16:01 +02:00

Fix typo in upgrade script

This commit is contained in:
Salamandar 2024-04-19 15:59:01 +02:00
parent 9246a17f04
commit 544f3ec9d2

View file

@ -33,7 +33,7 @@ fi
if [ ! -f "$install_dir/user/config/scheduler.yaml" ]; then
ynh_add_config --template="../conf/scheduler.yaml" --destination="$install_dir/user/config/scheduler.yaml"
chown $app:$app "$install_dir/user/config/scheduler.yaml"
chmod 640 "$install_dir/user/config/scheduler.yaml"]
chmod 640 "$install_dir/user/config/scheduler.yaml"
fi
#=================================================