From 8fa7e236cffa7cc60c1557a69db69bfc7f42c075 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 13 Dec 2017 17:09:21 +0100 Subject: standalone-tools: more error handling --- standalone-tools/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone-tools/installer.sh b/standalone-tools/installer.sh index c285e4c..11838a1 100644 --- a/standalone-tools/installer.sh +++ b/standalone-tools/installer.sh @@ -27,7 +27,7 @@ mount_system() { if grep -q /system /proc/mounts; then print "Remounting system partition r/w" - mount -o rw,remount /system + mount -o rw,remount /system || die "Could not remount system partition r/w" else print "Mounting system partition" -- cgit v1.2.3-59-g8ed1b