File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
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
7374echo " "
7475cat mycron
7576echo " "
7677read -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
7781
7882# Change WIFI Passwprd
7983read -p " Change your WIFI password? [Y/N]: " ifChange
@@ -143,15 +147,21 @@ N|n)
143147esac
144148
145149case $ifChange in
146- Y|y| " " )
150+ Y|y)
147151 uci set wireless.@wifi-iface[0].encryption=psk2
148152 uci set wireless.@wifi-iface[1].encryption=psk2
149153 uci set wireless.@wifi-iface[0].key=$wifi_password
150154 uci set wireless.@wifi-iface[1].key=$wifi_password
151155 wifi
152156 uci commit;;
157+ <<<<<<< HEAD
153158N|n|* )
154159 echo " password will leave empty" ;;
160+ =======
161+ N|n)
162+ echo " password will leave empty"
163+ break ;;
164+ >>>>>>> dba2f7cf5e6ff7a9fd5136032ed9ccdade7210c7
155165esac
156166
157167# Network Checking and Remove Setup Files
You can’t perform that action at this time.
0 commit comments