initqueue: Remove trailing ;
dash -n complains about the trailing ';' and somehow I think this really isn't needed.master
parent
6a0ce0a518
commit
00da3293e2
|
@ -37,5 +37,4 @@ fi
|
||||||
|
|
||||||
mv -f "/tmp/$$-${job}.sh" "/initqueue${settled}/${job}.sh"
|
mv -f "/tmp/$$-${job}.sh" "/initqueue${settled}/${job}.sh"
|
||||||
[ -z "$settled" ] && >> /initqueue/work
|
[ -z "$settled" ] && >> /initqueue/work
|
||||||
;
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue