From a60a6d7c79a9da364870ae6f6e91edf071c097b9 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 6 Oct 2008 18:36:37 +0000 Subject: Added script for creating new empty configuration. --- createentities | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 createentities (limited to 'createentities') diff --git a/createentities b/createentities new file mode 100755 index 0000000..420d84d --- /dev/null +++ b/createentities @@ -0,0 +1,11 @@ +#!/bin/bash + +if test -f forum/data/users.xml +then + echo "forum/data/users.xml already exists." +else + echo "Creating forum/data/users.xml" + echo "" > forum/data/users.xml + echo "" >> forum/data/users.xml + echo "" >> forum/data/users.xml +fi -- cgit v1.2.3