Skip to content

Commit

Permalink
Update hackbox-22.04.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sh1nz0n authored Feb 16, 2023
1 parent dcfe13d commit 45a2e85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hackbox-22.04.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/usr/bin/bash

if ! [ $(id -u) = 0 ]; then
echo "The script need to be run as root." >&2
exit 1
fi

tmpdir=/var/tmp/hackbox

mkdir $tmpdir
Expand Down

0 comments on commit 45a2e85

Please sign in to comment.