Mickael-Martin 7 lat temu
rodzic
commit
54aeb2167c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      scripts/upgrade

+ 1 - 1
scripts/upgrade

@@ -111,7 +111,7 @@ importState=$(curl -s --cookie cookiejar.txt --cookie-jar cookiejar.txt \
 if [ "$importState" -eq "1" ];then
     ynh_print_info "Template Yunohost imported !"
 else
-    ynh_print_warn "Template Yunohost imported !"
+    ynh_print_warn "Template Yunohost not imported !"
 fi
 
 #=================================================