Bob Mottram 10 年 前
コミット
56b01c806f
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2
    0
      install-freedombone.sh

+ 2
- 0
install-freedombone.sh ファイルの表示

7199
   service hostapd restart
7199
   service hostapd restart
7200
   if [ ! "$?" = "0" ]; then
7200
   if [ ! "$?" = "0" ]; then
7201
 	  echo 'Unable to restart hostapd'
7201
 	  echo 'Unable to restart hostapd'
7202
+	  systemctl status hostapd.service
7202
 	  exit 854
7203
 	  exit 854
7203
   fi
7204
   fi
7204
 
7205
 
7208
   service dnsmasq restart
7209
   service dnsmasq restart
7209
   if [ ! "$?" = "0" ]; then
7210
   if [ ! "$?" = "0" ]; then
7210
 	  echo 'Unable to restart dnsmasq'
7211
 	  echo 'Unable to restart dnsmasq'
7212
+	  systemctl status dnsmasq.service
7211
 	  exit 856
7213
 	  exit 856
7212
   fi
7214
   fi
7213
 
7215