System type

This commit is contained in:
Bob Mottram 2014-09-24 20:09:22 +01:00
parent 33f6d92628
commit a31ae9c008
1 changed files with 1 additions and 1 deletions

View File

@ -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