diff options
Diffstat (limited to 'scripts/install-system')
-rwxr-xr-x | scripts/install-system | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/install-system b/scripts/install-system index 4f92ca37..64e2915f 100755 --- a/scripts/install-system +++ b/scripts/install-system @@ -770,6 +770,7 @@ check_config_partition() { response=$(get_response "Yes" "Yes No Y N") if [ "$response" != "yes" ] && [ "$response" != "y" ]; then echo "OK. Config information not saved." + umount /mnt/tmp return fi |