Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
AkinaAcct committed Jun 3, 2024
1 parent 8603bfc commit 4a70283
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion new/AAP-New.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ log_err() {
log_warn() {
echo -e "${YELLOW}[WARN] $(date "+%H:%M:%S"): $1${RESET}"
}

if [[ $(id -u) -nq 0 ]]; then
log_err "Run this script with root!"
fi
print_help() {
echo -e "${GREEN}"
cat <<-EOF
Expand Down

0 comments on commit 4a70283

Please sign in to comment.