System type
This commit is contained in:
parent
33f6d92628
commit
a31ae9c008
|
@ -117,7 +117,7 @@ if [ ! -f $COMPLETION_FILE ]; then
|
|||
fi
|
||||
|
||||
function argument_checks {
|
||||
SYNTAX='./install-freedombone.sh [domain] [username] [subdomain code]'
|
||||
SYNTAX='./install-freedombone.sh [domain] [username] [subdomain code] [system ty[e]'
|
||||
if [ ! -d /home/$MY_USERNAME ]; then
|
||||
echo "There is no user '$MY_USERNAME' on the system. Use 'adduser $MY_USERNAME' to create the user."
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue