removed shift
This commit is contained in:
parent
18b099e05a
commit
ce2a3470f4
@ -28,7 +28,6 @@ if [ -n "$1" ]; then
|
||||
# virtualhost
|
||||
if vhost::validate_domain $1; then
|
||||
virtualhost="${1,,}"
|
||||
shift
|
||||
else
|
||||
echo "ERROR: $1 is not a valid domain name."
|
||||
exit 1
|
||||
@ -39,7 +38,6 @@ if [ -n "$1" ]; then
|
||||
help
|
||||
else
|
||||
username="${2,,}"
|
||||
shift
|
||||
fi
|
||||
else
|
||||
echo "username not set"
|
||||
|
@ -24,7 +24,6 @@ if [ -n "$1" ]; then
|
||||
help
|
||||
else
|
||||
virtualhost="${1,,}"
|
||||
shift
|
||||
fi
|
||||
else
|
||||
help
|
||||
|
@ -27,7 +27,6 @@ if [ -n "$1" ]; then
|
||||
help
|
||||
elif vhost::validate_domain $1; then
|
||||
virtualhost="${1,,}"
|
||||
shift
|
||||
else
|
||||
echo "ERROR: Invalid virtualhost: $1"
|
||||
exit 1
|
||||
|
@ -27,7 +27,6 @@ if [ -n "$1" ]; then
|
||||
exit 1
|
||||
else
|
||||
virtualhost="${1,,}"
|
||||
shift
|
||||
fi
|
||||
else
|
||||
help
|
||||
|
@ -24,7 +24,6 @@ if [ -n "$1" ]; then
|
||||
help
|
||||
else
|
||||
virtualhost="${1,,}"
|
||||
shift
|
||||
fi
|
||||
else
|
||||
echo "virtualhost not set"
|
||||
|
@ -66,7 +66,6 @@ if [ -n "$1" ]; then
|
||||
else
|
||||
# check for and set macro
|
||||
macro_name=$1
|
||||
shift
|
||||
if [[ " ${macro_array[@]} " =~ " ${macro_name} " ]]; then
|
||||
macro_vhost_line="$macro_vhost_line $macro_name"
|
||||
else
|
||||
@ -76,7 +75,6 @@ if [ -n "$1" ]; then
|
||||
# check for and set vhost
|
||||
if [ -n "$2" ]; then
|
||||
vhost=$2
|
||||
shift
|
||||
macro_vhost_line="$macro_vhost_line $vhost"
|
||||
vhost_conf="$vhost.conf"
|
||||
else
|
||||
|
@ -34,7 +34,6 @@ if [ -n "$1" ]; then
|
||||
help
|
||||
else
|
||||
virtualhost="${1,,}"
|
||||
shift
|
||||
fi
|
||||
else
|
||||
echo "virtualhost not set"
|
||||
|
@ -24,7 +24,6 @@ if [ -n "$1" ]; then
|
||||
help
|
||||
else
|
||||
virtualhost="${1,,}"
|
||||
shift
|
||||
fi
|
||||
else
|
||||
echo "virtualhost not set"
|
||||
|
@ -26,7 +26,6 @@ if [ -n "$1" ]; then
|
||||
help
|
||||
else
|
||||
username="${1,,}"
|
||||
shift
|
||||
fi
|
||||
else
|
||||
echo "username not set"
|
||||
|
@ -24,7 +24,6 @@ if [ -n "$1" ]; then
|
||||
help
|
||||
else
|
||||
username="${1,,}"
|
||||
shift
|
||||
fi
|
||||
else
|
||||
echo "username not set"
|
||||
|
@ -24,7 +24,6 @@ if [ -n "$1" ]; then
|
||||
help
|
||||
else
|
||||
username="${1,,}"
|
||||
shift
|
||||
fi
|
||||
else
|
||||
echo "username not set"
|
||||
|
@ -24,7 +24,6 @@ if [ -n "$1" ]; then
|
||||
help
|
||||
else
|
||||
username="${1,,}"
|
||||
shift
|
||||
fi
|
||||
else
|
||||
echo "username not set"
|
||||
|
@ -24,7 +24,6 @@ if [ -n "$1" ]; then
|
||||
help
|
||||
else
|
||||
cpfile=$1
|
||||
shift
|
||||
fi
|
||||
else
|
||||
echo "file to copy in to jails not set"
|
||||
|
@ -27,7 +27,6 @@ if [ -n "$1" ]; then
|
||||
help
|
||||
else
|
||||
virtualhost="${1,,}"
|
||||
shift
|
||||
fi
|
||||
else
|
||||
echo "virtualhost not set"
|
||||
|
@ -28,7 +28,6 @@ if [ -n "$1" ]; then
|
||||
help
|
||||
else
|
||||
virtualhost="${1,,}"
|
||||
shift
|
||||
fi
|
||||
else
|
||||
echo "virtualhost not set"
|
||||
|
Loading…
x
Reference in New Issue
Block a user