1
0
Fork 0
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:
ericgaspar 2022-02-26 20:28:14 +01:00
parent 48d18f1bf6
commit 26314eacc3
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

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