minor typos

This commit is contained in:
2023-02-01 18:01:52 -06:00
parent af53eb4637
commit bf198f9d63
3 changed files with 3 additions and 4 deletions

View File

@@ -22,5 +22,5 @@ echo $dTime
if [ $dTime -gt $triggerTime ]
then
touch $fileLock
bash $scriptToRun
source $scriptToRun
fi