mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
fix ynh_script_progression not existing
This commit is contained in:
parent
56df8213ab
commit
ce2ac28d0a
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ yunohost service add $app --description "$app daemon for YunoRunner"
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SSOWAT
|
# SETUP SSOWAT
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Configuring SSOwat..."
|
ynh_print_info "Configuring SSOwat..."
|
||||||
|
|
||||||
# Make app public
|
# Make app public
|
||||||
ynh_app_setting_set $app skipped_uris "/"
|
ynh_app_setting_set $app skipped_uris "/"
|
||||||
|
|
Loading…
Reference in a new issue