This commit is contained in:
Bob Mottram 2016-07-24 13:19:56 +01:00
parent 5b43026fd4
commit 5b7b2d24f2
26 changed files with 6412 additions and 6412 deletions

View File

@ -122,9 +122,9 @@ function show_help {
while [[ $# > 1 ]]
do
key="$1"
key="$1"
case $key in
case $key in
--help)
show_help
;;
@ -180,8 +180,8 @@ case $key in
*)
# unknown option
;;
esac
shift
esac
shift
done
if [ ! $HOSTNAME ]; then

View File

@ -49,9 +49,9 @@ function show_help {
while [[ $# > 1 ]]
do
key="$1"
key="$1"
case $key in
case $key in
-h|--help)
show_help
;;
@ -78,8 +78,8 @@ case $key in
*)
# unknown option
;;
esac
shift
esac
shift
done
if ! [[ $MYUSERNAME && $GROUP_NAME ]]; then

View File

@ -49,9 +49,9 @@ function show_help {
while [[ $# > 1 ]]
do
key="$1"
key="$1"
case $key in
case $key in
-h|--help)
show_help
;;
@ -78,8 +78,8 @@ case $key in
*)
# unknown option
;;
esac
shift
esac
shift
done
if [ ! $MYUSERNAME ]; then

View File

@ -46,9 +46,9 @@ function show_help {
while [[ $# > 1 ]]
do
key="$1"
key="$1"
case $key in
case $key in
-h|--help)
show_help
;;
@ -63,8 +63,8 @@ case $key in
*)
# unknown option
;;
esac
shift
esac
shift
done
if [ ! -d /etc/prosody ]; then