From: vsr Date: Wed, 22 Jun 2011 13:50:47 +0000 (+0000) Subject: Fix bug of createAppli.sh script: it should create USERS directory X-Git-Tag: V6_3_1rc1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=255763125e670b5a5148d14457863b3a22a16663;p=modules%2Fkernel.git Fix bug of createAppli.sh script: it should create USERS directory --- diff --git a/bin/createAppli.sh b/bin/createAppli.sh index 748af539e..9cb9e018c 100755 --- a/bin/createAppli.sh +++ b/bin/createAppli.sh @@ -32,6 +32,7 @@ elif [ -d $1 ]; then echo $1 "directory already exists, nothing done" else mkdir -p $1 + mkdir -p $1/USERS cp -r $rep/appliskel/* $1 cp $rep/appliskel/.bashrc $1 chmod +x $1/*.sh $1/run* $1/envd