Fix oops in script

This commit is contained in:
Nathan McCarty 2023-06-10 20:57:05 -04:00
parent aaf29bcfca
commit 47bd0d0732
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 1 additions and 3 deletions

View File

@ -26,8 +26,6 @@ delete_room() {
echo "" echo ""
} }
log_file="empty-removal-$(date -Iminutes).log"
touch $log_file
for room in $(empty_rooms); do for room in $(empty_rooms); do
delete_room $room | tee -a $log_file delete_room $room
done done