Skip to content

Commit

Permalink
Debug pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixcell committed Oct 29, 2019
1 parent 25763e0 commit c16b5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Expand Up @@ -58,7 +58,7 @@ echo '' > $configureSSHLogFile
echo 'Updating apt-get' >> $configureSSHLogFile
docker exec iofog-agent apt-get update -y >> $configureSSHLogFile 2>&1
echo 'Installing Openssh-server' >> $configureSSHLogFile
docker exec iofog-agent apt-get install -y openssh-server >> $configureSSHLogFile 2>&1
docker exec iofog-agent apt-get install -y --fix-missing openssh-server >> $configureSSHLogFile 2>&1
echo 'Running apt-get install -fy' >> $configureSSHLogFile
docker exec iofog-agent apt-get install -fy >> $configureSSHLogFile 2>&1
echo 'Creating ~/.ssh' >> $configureSSHLogFile
Expand Down

0 comments on commit c16b5c6

Please sign in to comment.