Skip to content

Commit

Permalink
Update sendusb.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
w4b-zero authored Jun 26, 2023
1 parent 3667b37 commit e5e890d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/sendusb.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
PATHS="/"
HOSTNAME=$(hostname)
mkdir -p /home/silly/mylogs
LOGFILE=/home/silly/mylogs/sendusb-`date +%h%d%y`.log
mkdir -p /var/logs/mylogs
LOGFILE=/var/logs/mylogs/sendusb-`date +%h%d%y`.log
UNAME=$USER
if [[ -z $UNAME ]];
then
Expand Down Expand Up @@ -55,4 +55,4 @@ else
fi
fi
done
#done
#done

0 comments on commit e5e890d

Please sign in to comment.