Commenting out cleanup for bug troubleshooting
This commit is contained in:
parent
231c87a00c
commit
a519284f7c
|
@ -191,4 +191,3 @@ SEEDBOX_DIR=$(pwd)
|
|||
sudo bash init.sh
|
||||
|
||||
# Run run-seedbox.sh
|
||||
sudo bash run-seedbox.sh
|
|
@ -26,10 +26,10 @@ for i in "$@"; do
|
|||
esac
|
||||
done
|
||||
|
||||
cleanup_on_exit() {
|
||||
rm -f rules.props *-vpn.props config.json
|
||||
}
|
||||
trap cleanup_on_exit EXIT
|
||||
#cleanup_on_exit() {
|
||||
# rm -f rules.props *-vpn.props config.json
|
||||
#}
|
||||
#trap cleanup_on_exit EXIT
|
||||
|
||||
echo-debug() {
|
||||
if [[ ${DEBUG} == "1" ]]; then echo "$@"; fi
|
||||
|
|
Loading…
Reference in New Issue