File tree 2 files changed +0
-13
lines changed
2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ function exit_usage() {
14
14
15
15
dst_dir=" $1 "
16
16
pf_ref=" $2 "
17
- fb_ref=" $3 "
18
17
19
18
if [ -z " $dst_dir " ]; then
20
19
echo " !!! - Missing destination directory"
@@ -26,11 +25,6 @@ if [ -z "$pf_ref" ]; then
26
25
exit_usage
27
26
fi
28
27
29
- if [ -z " $fb_ref " ]; then
30
- echo " !!! - Missing Fingerbank perl client repo branch or tag name"
31
- exit_usage
32
- fi
33
-
34
28
mkdir -p $dst_dir
35
29
36
30
tmpdir=` mktemp -d`
@@ -80,4 +74,3 @@ touch $dst_dir/fingerbank/conf/fingerbank.conf
80
74
find $dst_dir -name .gitignore -delete
81
75
82
76
chmod a+r -R $dst_dir
83
-
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ function exit_usage() {
14
14
15
15
dst_dir=" $1 "
16
16
pf_ref=" $2 "
17
- fb_ref=" $3 "
18
17
19
18
if [ -z " $dst_dir " ] || ! [ -d " $dst_dir " ]; then
20
19
echo " !!! - Missing destination directory or it doesn't exist"
@@ -26,11 +25,6 @@ if [ -z "$pf_ref" ]; then
26
25
exit_usage
27
26
fi
28
27
29
- if [ -z " $fb_ref " ]; then
30
- echo " !!! - Missing Fingerbank perl client repo branch or tag name"
31
- exit_usage
32
- fi
33
-
34
28
dst_dir=` echo $dst_dir | sed ' s|/$||' `
35
29
36
30
tmpdir=` mktemp -d`
You can’t perform that action at this time.
0 commit comments