Bob Mottram 10 年 前
コミット
da6f197286
共有1 個のファイルを変更した3 個の追加1 個の削除を含む
  1. 3
    1
      install-freedombone.sh

+ 3
- 1
install-freedombone.sh ファイルの表示

10
 # process of setting up a working server as trivial as possible.
10
 # process of setting up a working server as trivial as possible.
11
 # Other dynamic DNS systems are available, and if you're using
11
 # Other dynamic DNS systems are available, and if you're using
12
 # something different then comment out the section within
12
 # something different then comment out the section within
13
-# argument check and the call to dynamic_dns_freedns.
13
+# argument_checks and the call to dynamic_dns_freedns.
14
 #
14
 #
15
 # Prerequisites
15
 # Prerequisites
16
 # =============
16
 # =============
84
 fi
84
 fi
85
 
85
 
86
 function argument_checks {
86
 function argument_checks {
87
+  echo './install-freedombone.sh [domain] [username] [subdomain code]'
88
+  echo ''
87
   if [ ! $DOMAIN_NAME ]; then
89
   if [ ! $DOMAIN_NAME ]; then
88
 	  echo "Please specify your domain name"
90
 	  echo "Please specify your domain name"
89
 	  exit
91
 	  exit