Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Commit

Permalink
drocker.phar robo file: stop on fail false
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Mainardi committed Jan 2, 2015
1 parent 87e3639 commit a856b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DrockerRoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function boot2dockerNfsSetup()
$base_path = $this->getBasePath();
$mount_boot_script = file_get_contents($base_path . '/src/scripts/boot2local.sh');
$this->taskExecStack()
->stopOnFail(TRUE)
->stopOnFail(FALSE)
->exec('boot2docker ssh "sudo rm /var/lib/boot2docker/bootlocal.sh && sudo touch /var/lib/boot2docker/bootlocal.sh"')
->exec('boot2docker ssh "echo \'' . $mount_boot_script . '\' | sudo tee -a /var/lib/boot2docker/bootlocal.sh" >/dev/null')
->exec('boot2docker restart')
Expand Down

0 comments on commit a856b91

Please sign in to comment.