Build from the published sources, not from git
[citadel-docker.git] / citadel-docker-startup.sh
diff --git a/citadel-docker-startup.sh b/citadel-docker-startup.sh
deleted file mode 100755 (executable)
index 64d6387..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-# This is the script that is run when the Citadel Docker Container starts up.
-
-
-# Any of these can fail, since they may already exist
-mkdir /citadel-data
-mkdir -p /citadel-data/data
-mkdir -p /citadel-data/files
-mkdir -p /citadel-data/keys
-
-# Now create the links
-ln -sfv /citadel-data/data /usr/local/citadel/data
-ln -sfv /citadel-data/files /usr/local/citadel/files
-ln -sfv /citadel-data/keys /usr/local/citadel/keys
-ln -sfv /citadel-data/keys /usr/local/webcit/keys
-
-# supervisord will take it from here
-exec supervisor