소스 검색

Update upgrade

Mickael-Martin 7 년 전
부모
커밋
54aeb2167c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 
 #=================================================