mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
Update install
This commit is contained in:
parent
48d18f1bf6
commit
26314eacc3
1 changed files with 5 additions and 5 deletions
|
@ -130,14 +130,14 @@ ynh_permission_update --permission="main" --add="visitors"
|
||||||
#=================================================
|
#=================================================
|
||||||
# RELOAD NGINX
|
# RELOAD NGINX
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Reloading NGINX web server..." --weight=3
|
#ynh_script_progression --message="Reloading NGINX web server..." --weight=3
|
||||||
|
|
||||||
ynh_systemd_action --service_name=nginx --action=reload
|
#ynh_systemd_action --service_name=nginx --action=reload
|
||||||
sleep 10
|
#sleep 10
|
||||||
|
|
||||||
# Start YOURLS install (database table creation)
|
# Start YOURLS install (database table creation)
|
||||||
ynh_local_curl "admin/install.php" "install=dummy"
|
#ynh_local_curl "admin/install.php" "install=dummy"
|
||||||
sleep 10
|
#sleep 10
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RELOAD NGINX
|
# RELOAD NGINX
|
||||||
|
|
Loading…
Add table
Reference in a new issue