1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snweb_ynh.git synced 2024-09-03 20:26:22 +02:00

Fix unknown variable issue

This commit is contained in:
Fabian Wilkens 2021-05-07 21:35:40 +02:00
parent 08ec3ff899
commit 1cfbb08c88
No known key found for this signature in database
GPG key ID: 23DFA025BB4E9FAB

View file

@ -132,6 +132,8 @@ ynh_systemd_action --service_name=nginx --action=reload
#=================================================
ynh_script_progression --message="Waiting for service..." --weight=1
domain=$new_domain
path_url=$new_path
is_service_ready
#=================================================