mirror of
https://github.com/YunoHost-Apps/phpbb_ynh.git
synced 2024-09-03 19:56:36 +02:00
Update upgrade
This commit is contained in:
parent
4fc5dd00ee
commit
c2bbc73c22
1 changed files with 2 additions and 2 deletions
|
@ -136,8 +136,8 @@ fi
|
||||||
ynh_script_progression --message="Setuping a cron..." --weight=1
|
ynh_script_progression --message="Setuping a cron..." --weight=1
|
||||||
|
|
||||||
ynh_add_config --template="../conf/phpbb.cron" --destination="/etc/cron.d/$app"
|
ynh_add_config --template="../conf/phpbb.cron" --destination="/etc/cron.d/$app"
|
||||||
chown root: "$cron_path"
|
chown root: "/etc/cron.d/$app"
|
||||||
chmod 644 "$cron_path"
|
chmod 644 "/etc/cron.d/$app"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RELOAD NGINX
|
# RELOAD NGINX
|
||||||
|
|
Loading…
Add table
Reference in a new issue