DISABLE reset.sh
This commit is contained in:
parent
091e34462e
commit
e34a765c69
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user