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:
parent
9246a17f04
commit
544f3ec9d2
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ fi
|
||||||
if [ ! -f "$install_dir/user/config/scheduler.yaml" ]; then
|
if [ ! -f "$install_dir/user/config/scheduler.yaml" ]; then
|
||||||
ynh_add_config --template="../conf/scheduler.yaml" --destination="$install_dir/user/config/scheduler.yaml"
|
ynh_add_config --template="../conf/scheduler.yaml" --destination="$install_dir/user/config/scheduler.yaml"
|
||||||
chown $app:$app "$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
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue