File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 7070read -p " Please enter your Student number: " username
7171read -p " Please enter your password: " password
7272# Crontab setting confirm
73- <<< <<< < HEAD
7473echo " "
7574cat mycron
7675echo " "
7776read -p " Set up cron? [Y|N]" ifSet
78- =======
79- read -p " Set up cron?(input one of Y,y,N,n) [Y|N]" ifSet
80- >>>>>>> dba2f7cf5e6ff7a9fd5136032ed9ccdade7210c7
8177
8278# Change WIFI Passwprd
8379read -p " Change your WIFI password? [Y/N]: " ifChange
@@ -147,21 +143,15 @@ N|n)
147143esac
148144
149145case $ifChange in
150- Y|y)
146+ Y|y| " " )
151147 uci set wireless.@wifi-iface[0].encryption=psk2
152148 uci set wireless.@wifi-iface[1].encryption=psk2
153149 uci set wireless.@wifi-iface[0].key=$wifi_password
154150 uci set wireless.@wifi-iface[1].key=$wifi_password
155151 wifi
156152 uci commit;;
157- <<<<<<< HEAD
158153N|n|* )
159154 echo " password will leave empty" ;;
160- =======
161- N|n)
162- echo " password will leave empty"
163- break ;;
164- >>>>>>> dba2f7cf5e6ff7a9fd5136032ed9ccdade7210c7
165155esac
166156
167157# Network Checking and Remove Setup Files
You can’t perform that action at this time.
0 commit comments