File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -111,9 +111,12 @@ srcPath=$(pwd)"/stackbox/"
111111
112112mkdir $srcPath
113113cp -r $installationPath /. $srcPath
114- echo " Your code is in ./" $srcPath
114+ echo " Your code is in " $srcPath
115+ printf " \n"
115116
116117echo " ######## BUILDING YOUR STACK ###############"
118+ printf " \n"
119+
117120
118121beginswith () { case $2 in " $1 " * ) true ;; * ) false ;; esac ; }
119122
@@ -137,6 +140,8 @@ docker-compose -f $srcPath/docker-compose.yml build > $srcPath/logs/docker-compo
137140
138141printf " \n"
139142echo " ######## DEPLOYING YOUR STACK ##############"
143+ printf " \n"
144+
140145
141146docker-compose -f $srcPath /docker-compose.yml up -d --remove-orphans
142147
173178 echo ${tmp# " stackbox_" } is up at http://localhost:${service_ports[i]}
174179 fi
175180 fi
176- done
181+ done
182+ printf " \n"
You can’t perform that action at this time.
0 commit comments