From 981579d6e5adebca747a154eab46b1fac0a2b1c2 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 08 Dec 2013 02:44:20 -0500 Subject: Fix error on first installation runs. --- (limited to 'bootstrap-stage2-install.sh') diff --git a/bootstrap-stage2-install.sh b/bootstrap-stage2-install.sh index f50f42c..819996d 100755 --- a/bootstrap-stage2-install.sh +++ b/bootstrap-stage2-install.sh @@ -58,7 +58,7 @@ log() clean_root() { - [ -d root2 ] || return + [ -d root2 ] || return 0 cd root2 -- cgit v0.9.1