1
1
Fork 1

DISABLE reset.sh

This commit is contained in:
Derek Smith 2024-02-09 11:33:44 -05:00
parent 091e34462e
commit e34a765c69
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
1 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,12 @@
#!/bin/bash
set -e
set -exu
cd "$(dirname "$0")"
echo "WARNING: THIS SCRIPT NEEDS WORK"
exit 1
PURGE_INCUS=false
# grab any modifications from the command line.
@ -20,7 +23,6 @@ for i in "$@"; do
esac
done
source ../defaults.env
./down.sh