From 255763125e670b5a5148d14457863b3a22a16663 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 22 Jun 2011 13:50:47 +0000 Subject: [PATCH] Fix bug of createAppli.sh script: it should create USERS directory --- bin/createAppli.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2