Skip to content
Snippets Groups Projects
Commit 8f423a2b authored by Bob Mottram's avatar Bob Mottram
Browse files

Second partition

parent 685a84b4
No related branches found
No related tags found
No related merge requests found
...@@ -1805,7 +1805,7 @@ function update_system_monitor { ...@@ -1805,7 +1805,7 @@ function update_system_monitor {
if [ -f "$system_monitor_file" ]; then if [ -f "$system_monitor_file" ]; then
rm "$system_monitor_file" rm "$system_monitor_file"
test_drive=/dev/sda1 test_drive=/dev/sda2
if ! ls $test_drive; then if ! ls $test_drive; then
if ls /dev/mmcblk0p2; then if ls /dev/mmcblk0p2; then
test_drive=/dev/mmcblk0p2 test_drive=/dev/mmcblk0p2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment