Build reco and log dir if needed
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 31 Oct 2009 15:10:41 +0000 (15:10 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 31 Oct 2009 15:10:41 +0000 (15:10 +0000)
prod/acrcaf/rec.sh

index 5bce4c7434b8a3ed61d8fd3f16070d8ce91452a8..99b3a548d17b2e85b4a33cb09139eacf17a04b3a 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+[ -d reco/local ] || mkdir reco/local
+[ -d reco/log   ] || mkdir reco/log
 
 if [ "$1" == "-local" ] && [ ! -z $2 ]
 then