File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ function yml_builder() {
38
38
sevice_overwrite=$( whiptail --radiolist --title " Overwrite Option" --notags \
39
39
" $1 service directory has been detected, use [SPACEBAR] to select you overwrite option" 20 78 12 \
40
40
" none" " Do not overwrite" " ON" \
41
- " env" " Preserve Environment and Config file " " OFF" \
41
+ " env" " Preserve Environment and Config files " " OFF" \
42
42
" full" " Pull full service from template" " OFF" \
43
43
3>&1 1>&2 2>&3 )
44
44
@@ -50,7 +50,7 @@ function yml_builder() {
50
50
;;
51
51
" env" )
52
52
echo " ...pulled $1 excluding env file"
53
- rsync -a -q .templates/$1 / services/$1 / --exclude ' build.sh' --exclude ' $1.env' --exclude $( * .conf)
53
+ rsync -a -q .templates/$1 / services/$1 / --exclude ' build.sh' --exclude ' $1.env' --exclude ' *.conf'
54
54
;;
55
55
" none" )
56
56
echo " ...$1 service not overwritten"
You can’t perform that action at this time.
0 commit comments