Skip to content

Commit

Permalink
Fix migrate script typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jamilbk committed Oct 20, 2022
1 parent ff2724a commit aa86cbb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/docker_migrate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ doBoot () {
$dc -f $installDir/docker-compose.yml up -d
}

printS$installDir/uccess () {
printSuccess () {
echo "Done! Would you like to stop Omnibus Firezone and start Docker Firezone now?"
read -p "Proceed? (y/N): " boot

Expand All @@ -238,7 +238,8 @@ You may also want to disable the systemd unit:
sudo systemctl disable firezone-runsvdir-start.service
EOF
exit;;
exit
;;
esac
}

Expand Down

0 comments on commit aa86cbb

Please sign in to comment.