소스 검색

System type

Bob Mottram 10 년 전
부모
커밋
a31ae9c008
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh 파일 보기

@@ -117,7 +117,7 @@ if [ ! -f $COMPLETION_FILE ]; then
117 117
 fi
118 118
 
119 119
 function argument_checks {
120
-  SYNTAX='./install-freedombone.sh [domain] [username] [subdomain code]'
120
+  SYNTAX='./install-freedombone.sh [domain] [username] [subdomain code] [system ty[e]'
121 121
   if [ ! -d /home/$MY_USERNAME ]; then
122 122
       echo "There is no user '$MY_USERNAME' on the system. Use 'adduser $MY_USERNAME' to create the user."
123 123
       exit 1