aboutsummaryrefslogtreecommitdiffstats
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index e828e31..51586fb 100755
--- a/setup.sh
+++ b/setup.sh
@@ -1,6 +1,13 @@
#!/bin/sh -e
-sh ./dependencies.sh
+# Create test database for dmvpn-ca
+#
+# Copyright (c) 2014-2018 Kaarle Ritvanen
+# Copyright (c) 2017 Natanael Copa
+#
+# See LICENSE file for license details
+
+./dependencies.sh
while read cmd; do
if [ "$cmd" ]; then