fix: command line errors (#11)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
while :
|
||||
do
|
||||
DATE=$(date)
|
||||
/opt/zap2xml.pl "$OPT_ARGS"
|
||||
eval /opt/zap2xml.pl "$OPT_ARGS"
|
||||
echo "Last run time: $DATE"
|
||||
echo "Will run in $SLEEPTIME seconds"
|
||||
sleep "$SLEEPTIME"
|
||||
|
||||
Reference in New Issue
Block a user