mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
ynh_print_warn still in testing
This commit is contained in:
parent
fe100bb18d
commit
3f89dc1c6e
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
"description": {
|
||||
"en": "CI runner for YunoHost"
|
||||
},
|
||||
"version": "051118~ynh1",
|
||||
"version": "291218~ynh1",
|
||||
"url": "https://github.com/YunoHost/yunorunner",
|
||||
"license": "free",
|
||||
"maintainer": {
|
||||
|
|
|
@ -97,7 +97,7 @@ ynh_system_user_create $app # Create the dedicated user, if not exist
|
|||
#=================================================
|
||||
|
||||
ynh_add_systemd_config
|
||||
ynh_print_warn "Please have a look to the diff of your systemd conf file. The upgrade could have broken this CI."
|
||||
echo -e "\e[93m\e[1m[WARN]\e[0m Please have a look to the diff of your systemd conf file. The upgrade could have broken this CI." >&2
|
||||
|
||||
#=================================================
|
||||
# CHANGE PORT IN YUNORUNNER
|
||||
|
|
Loading…
Add table
Reference in a new issue