Browse Source

x230: remove temporary output directory after flashing

pull/102/head
Martin Kepplinger 5 years ago
parent
commit
81659c7371
2 changed files with 6 additions and 0 deletions
  1. +3
    -0
      x230/x230_heads.sh
  2. +3
    -0
      x230/x230_skulls.sh

+ 3
- 0
x230/x230_heads.sh View File

@ -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


+ 3
- 0
x230/x230_skulls.sh View File

@ -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


Loading…
Cancel
Save