mirror of https://github.com/OpenIPC/firmware.git
wording
parent
951f15fbc2
commit
3854219a39
|
@ -131,8 +131,8 @@ self_update() {
|
||||||
|
|
||||||
check_sdcard() {
|
check_sdcard() {
|
||||||
if mount | grep /mnt/mmc >/dev/null; then
|
if mount | grep /mnt/mmc >/dev/null; then
|
||||||
echo_c 31 "\nCannot upgrade! There is a mounted SD card!"
|
echo_c 31 "\nCannot upgrade! There is a mounted SD card in the slot!"
|
||||||
echo "Please remove the card from the slot and restart sysupgrade."
|
echo_c 37 "Please remove the card from the slot and restart sysupgrade."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
@ -297,7 +297,7 @@ free_resources
|
||||||
|
|
||||||
if [ "1" = "$skip_reboot" ]; then
|
if [ "1" = "$skip_reboot" ]; then
|
||||||
echo_c 33 "You asked me not to reboot, so I won't."
|
echo_c 33 "You asked me not to reboot, so I won't."
|
||||||
echo "Please reboot the camera manually whenever possible."
|
echo_c 37 "Please reboot the camera manually whenever possible."
|
||||||
else
|
else
|
||||||
reboot_system
|
reboot_system
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue