|
@@ -238,9 +238,6 @@ SSL_PROTOCOLS="TLSv1 TLSv1.1 TLSv1.2"
|
238
|
238
|
# list of ciphers to use
|
239
|
239
|
SSL_CIPHERS="EDH+CAMELLIA:EDH+aRSA:EECDH+aRSA+AESGCM:EECDH+aRSA+SHA384:EECDH+aRSA+SHA256:EECDH:+CAMELLIA256:+AES256:+CAMELLIA128:+AES128:+SSLv3:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!DSS:!RC4:!SEED:!ECDSA:CAMELLIA256-SHA:AES256-SHA:CAMELLIA128-SHA:AES128-SHA"
|
240
|
240
|
|
241
|
|
-# message if something fails to install
|
242
|
|
-CHECK_MESSAGE="Check your internet connection, /etc/network/interfaces and /etc/resolv.conf, then delete $COMPLETION_FILE and run this script again."
|
243
|
|
-
|
244
|
241
|
export DEBIAN_FRONTEND=noninteractive
|
245
|
242
|
|
246
|
243
|
# File which keeps track of what has already been installed
|
|
@@ -249,6 +246,9 @@ if [ ! -f $COMPLETION_FILE ]; then
|
249
|
246
|
touch $COMPLETION_FILE
|
250
|
247
|
fi
|
251
|
248
|
|
|
249
|
+# message if something fails to install
|
|
250
|
+CHECK_MESSAGE="Check your internet connection, /etc/network/interfaces and /etc/resolv.conf, then delete $COMPLETION_FILE and run this script again."
|
|
251
|
+
|
252
|
252
|
function show_help {
|
253
|
253
|
echo ''
|
254
|
254
|
echo './install-freedombone.sh [domain] [username] [subdomain code] [system type]'
|