diff --git a/x230/x230_heads.sh b/x230/x230_heads.sh index cd6789d..04ffb54 100755 --- a/x230/x230_heads.sh +++ b/x230/x230_heads.sh @@ -118,6 +118,9 @@ while true; do * ) exit;; esac done + +rm -rf ${OUTPUT_PATH} + while true; do read -r -p "Reboot now? (please do!) Y/n: " yn case $yn in diff --git a/x230/x230_skulls.sh b/x230/x230_skulls.sh index e7c4725..d360fe5 100755 --- a/x230/x230_skulls.sh +++ b/x230/x230_skulls.sh @@ -206,6 +206,9 @@ while true; do * ) exit;; esac done + +rm -rf ${OUTPUT_PATH} + while true; do read -r -p "Reboot now? (please do!) Y/n: " yn case $yn in