DISABLE reset.sh
This commit is contained in:
parent
091e34462e
commit
e34a765c69
@ -1,9 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
set -e
|
set -exu
|
||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
|
echo "WARNING: THIS SCRIPT NEEDS WORK"
|
||||||
|
exit 1
|
||||||
|
|
||||||
PURGE_INCUS=false
|
PURGE_INCUS=false
|
||||||
|
|
||||||
# grab any modifications from the command line.
|
# grab any modifications from the command line.
|
||||||
@ -20,7 +23,6 @@ for i in "$@"; do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
source ../defaults.env
|
|
||||||
|
|
||||||
./down.sh
|
./down.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user