summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bootstrap.sh b/src/bootstrap.sh
index d82380d..60878ee 100644
--- a/src/bootstrap.sh
+++ b/src/bootstrap.sh
@@ -58,7 +58,8 @@ bootstrap () {
if [ -e ${SYSROOT} ] && [ "$(ls -1 ${SYSROOT})" != "0" ]; then
if prompt_question "${WHITE}System already exists on ${SYSROOT}, clear?"; then
- rm -rf ${SYSROOT}/*
+ # do not do this, too much potential for disaster
+ #rm -rf ${SYSROOT}/*
fi
fi