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() {
3838 sevice_overwrite=$( whiptail --radiolist --title " Overwrite Option" --notags \
3939 " $1 service directory has been detected, use [SPACEBAR] to select you overwrite option" 20 78 12 \
4040 " none" " Do not overwrite" " ON" \
41- " env" " Preserve Environment and Config file " " OFF" \
41+ " env" " Preserve Environment and Config files " " OFF" \
4242 " full" " Pull full service from template" " OFF" \
4343 3>&1 1>&2 2>&3 )
4444
@@ -50,7 +50,7 @@ function yml_builder() {
5050 ;;
5151 " env" )
5252 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'
5454 ;;
5555 " none" )
5656 echo " ...$1 service not overwritten"
You can’t perform that action at this time.
0 commit comments