Skip to content

Commit

Permalink
revert debug cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jpillora authored Feb 3, 2023
1 parent 5829b05 commit 1661e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [ "$DEBUG" == "1" ]; then
fi
TMP_DIR=$(mktemp -d -t jpillora-installer-XXXXXXXXXX)
function cleanup {
echo rm -rf $TMP_DIR > /dev/null
rm -rf $TMP_DIR > /dev/null
}
function fail {
cleanup
Expand Down

0 comments on commit 1661e84

Please sign in to comment.