File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -114,17 +114,17 @@ python3_version=$(python3 --version)
114114if beginswith " Python 3" " $python_version " ;
115115then
116116 var=" $( pip --disable-pip-version-check install -r $installationPath /requirements.txt) > /dev/null "
117- python $installationPath /stack.py $installationPath ${stack[*]}
117+ python $installationPath /brew/ stack-brew .py $installationPath ${stack[*]}
118118elif beginswith " Python 3" " $python3_version " ;
119119then
120120 var=" $( pip3 --disable-pip-version-check install -r $installationPath /requirements.txt) > /dev/null"
121- python3 $installationPath /stack.py $installationPath ${stack[*]}
121+ python3 $installationPath /brew/ stack-brew .py $installationPath ${stack[*]}
122122else
123123 echo " Unable to find a python 3 installation"
124124fi
125125
126- docker-compose -f $installationPath /docker-compose.yml down 2> /dev/null > logs/docker-compose-down-log.txt
127- docker-compose -f $installationPath /docker-compose.yml build > logs/docker-compose-build-log.txt
126+ docker-compose -f $installationPath /docker-compose.yml down 2> /dev/null > $installationPath / logs/docker-compose-down-log.txt
127+ docker-compose -f $installationPath /docker-compose.yml build > $installationPath / logs/docker-compose-build-log.txt
128128
129129printf " \n"
130130echo " ######## DEPLOYING YOUR STACK ##############"
You can’t perform that action at this time.
0 commit comments