From b91c09c1221f10214db638660b1eda60438354c3 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 21 Jan 2023 17:25:45 +0000 Subject: Fix syntax error --- src/bootstrap.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') 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 -- cgit v1.2.1