Commenting out cleanup for bug troubleshooting

This commit is contained in:
Daniel LaForce 2023-09-30 19:47:45 -06:00
parent 231c87a00c
commit a519284f7c
2 changed files with 7 additions and 8 deletions

View File

@ -191,4 +191,3 @@ SEEDBOX_DIR=$(pwd)
sudo bash init.sh sudo bash init.sh
# Run run-seedbox.sh # Run run-seedbox.sh
sudo bash run-seedbox.sh

View File

@ -26,10 +26,10 @@ for i in "$@"; do
esac esac
done done
cleanup_on_exit() { #cleanup_on_exit() {
rm -f rules.props *-vpn.props config.json # rm -f rules.props *-vpn.props config.json
} #}
trap cleanup_on_exit EXIT #trap cleanup_on_exit EXIT
echo-debug() { echo-debug() {
if [[ ${DEBUG} == "1" ]]; then echo "$@"; fi if [[ ${DEBUG} == "1" ]]; then echo "$@"; fi