Parcourir la source

init script - add ERR flag when ssid is not set

Émile Morel il y a 10 ans
Parent
commit
e3f30a7b76
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      conf/init_ynh-torclient

+ 1 - 1
conf/init_ynh-torclient

@@ -197,7 +197,7 @@ for i in $(seq 0 $((${ynh_multissid} - 1))); do
 done
 
 if [ ! $torclient_wifi_device ] ; then
-  echo "SSID not found for torclient"
+  echo "[ERR] SSID not found for torclient"
   exit 1
 fi