diff --git a/build/bootstraps/bootstrap-update.sh b/build/bootstraps/bootstrap-update.sh index bc8603c1b31e82149cfef663e8762a6115dd5758..964d39b5b4e9b96ff7fa1f0abeefdddf2e9c347c 100755 --- a/build/bootstraps/bootstrap-update.sh +++ b/build/bootstraps/bootstrap-update.sh @@ -140,7 +140,7 @@ mv -f "${SEED_MEC_HOME}/update/tmp/SEED2-run/"{.md5*,.back*}* \ "${SEED_MEC_HOME}/SEED2/" # Copy the files themself -rm -rf "${SEED_MEC_HOME}/SEED2/"{bin,lib,net,client,extra,network-scripts,scripts} &> /dev/null +rm -rf "${SEED_MEC_HOME}/SEED2/"{*.sh,bin,lib,net,client,extra,network-scripts,scripts} &> /dev/null mv -f "${SEED_MEC_HOME}/update/tmp/SEED2-run/"* \ "${SEED_MEC_HOME}/SEED2/"