Parcourir la source

image maker update

Danja Vasiliev il y a 9 ans
Parent
commit
7f7c962b15
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      openwrt/tools/make_fw.sh

+ 1 - 1
openwrt/tools/make_fw.sh

@@ -158,7 +158,7 @@ if [[ $_ERR -eq 0 ]]; then
   [[ -h $_BUILDS/latest ]] || rm -rf $_BUILDS/latest
   ln -sf $_BUILDS/$_VERSION -T $_BUILDS/latest
 else
-  echo -e "\n$_TARGET build FAILED.. :/ \n"
+  echo -e "\n$_TARGET build FAILED.. :/\n"
   sleep 5
 fi