diff options
-rw-r--r-- | src/bootstrap.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/bootstrap.sh b/src/bootstrap.sh index 60878ee..e0b146a 100644 --- a/src/bootstrap.sh +++ b/src/bootstrap.sh @@ -56,12 +56,12 @@ bootstrap () { return 1 fi - if [ -e ${SYSROOT} ] && [ "$(ls -1 ${SYSROOT})" != "0" ]; then - if prompt_question "${WHITE}System already exists on ${SYSROOT}, clear?"; then - # do not do this, too much potential for disaster - #rm -rf ${SYSROOT}/* - fi - fi + #if [ -e ${SYSROOT} ] && [ "$(ls -1 ${SYSROOT})" != "0" ]; then + #if prompt_question "${WHITE}System already exists on ${SYSROOT}, clear?"; then + ## do not do this, too much potential for disaster + ##rm -rf ${SYSROOT}/* + #fi + #fi printf "${BLUE}Creating directories..." create_directories |