This commit is contained in:
2025-05-15 19:14:32 -06:00
parent 5099bc7b18
commit 984d5df7c7
7 changed files with 32 additions and 14 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
runningLog="$(date +%Y%m%d%H%M%S)-$RANDOM.log"
eval "$* 2>>logs/error.log 1>logs/$runningLog&"
eval "$* 2>>logs/error.log 1>>logs/$runningLog&"
echo "/nmaprincesspi/logs/$runningLog"