File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -232,9 +232,13 @@ function install_predixcli() {
232232 echo " Downloading latest Predix CLI: $cli_url "
233233 curl -L -O " $cli_url "
234234 mkdir -p predix-cli && tar -xf predix-cli.tar.gz -C predix-cli
235+ pwd
236+ ls -l
235237 if [ -e predix-cli ]; then
236238 cd predix-cli
237239 fi
240+ pwd
241+ ls -l
238242 ./predix-cli/install
239243 fi
240244}
@@ -254,9 +258,13 @@ function update_predixcli() {
254258 echo " Downloading latest Predix CLI: $cli_url "
255259 curl -L -O " $cli_url "
256260 mkdir -p predix-cli && tar -xf predix-cli.tar.gz -C predix-cli
261+ pwd
262+ ls -l
257263 if [ -e predix-cli ]; then
258264 cd predix-cli
259265 fi
266+ pwd
267+ ls -l
260268 echo " Please enter your system password, so the Predix CLI can be installed using sudo."
261269 sudo ./predix-cli/install
262270 fi
You can’t perform that action at this time.
0 commit comments