File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if [ $# -eq 0 ]; then
99 exit 1
1010fi
1111if [ $# -eq 1 ]; then
12- echo " Provide the domain as the first argument"
12+ echo " Provide the domain as the second argument"
1313 exit 1
1414fi
1515
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if [ $# -eq 0 ]; then
99 exit 1
1010fi
1111if [ $# -eq 1 ]; then
12- echo " Provide the domain as the first argument"
12+ echo " Provide the domain as the second argument"
1313 exit 1
1414fi
1515
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if [ $# -eq 0 ]; then
99 exit 1
1010fi
1111if [ $# -eq 1 ]; then
12- echo " Provide the domain as the first argument"
12+ echo " Provide the domain as the second argument"
1313 exit 1
1414fi
1515
Original file line number Diff line number Diff line change @@ -99,5 +99,5 @@ if [ -n "$domain" ]; then
9999 printf " \n\n> Added hostname \" $domain \" to pull zone"
100100
101101 script_dir=$( dirname $0 )
102- bash $script_dir /bunny-config-base.sh $domain
102+ bash $script_dir /bunny-config-base.sh $project_id $ domain
103103fi
You can’t perform that action at this time.
0 commit comments