ソースを参照

Update install

Mickael-Martin 7 年 前
コミット
6900e5747f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      scripts/install

+ 1 - 1
scripts/install

@@ -419,7 +419,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
 
 #=================================================