summaryrefslogtreecommitdiffstats
path: root/bootstrap-stage2-install.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-12-08 02:44:20 (EST)
committer P. J. McDermott <pjm@nac.net>2013-12-08 02:44:20 (EST)
commit981579d6e5adebca747a154eab46b1fac0a2b1c2 (patch)
tree85357ff4f225105322d8e11875c1747add560511 /bootstrap-stage2-install.sh
parentae01d23841968bb1cded7171b949d20dfb6a34bb (diff)
Fix error on first installation runs.
Diffstat (limited to 'bootstrap-stage2-install.sh')
-rwxr-xr-xbootstrap-stage2-install.sh2
1 files changed, 1 insertions, 1 deletions
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