Update cloudron-setup help url

This commit is contained in:
Johannes Zellner
2017-10-20 22:13:54 +02:00
parent d8944da68d
commit 7b27ace7bf
+1 -1
View File
@@ -69,7 +69,7 @@ eval set -- "${args}"
while true; do
case "$1" in
--domain) domain="$2"; shift 2;;
--help) echo "See https://cloudron.io/references/selfhosting.html on how to install Cloudron"; exit 0;;
--help) echo "See https://cloudron.io/documentation/installation/ on how to install Cloudron"; exit 0;;
--provider) provider="$2"; shift 2;;
--encryption-key) encryptionKey="$2"; shift 2;;
--restore-url) restoreUrl="$2"; shift 2;;