Skip to content

Commit

Permalink
echo update success
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Dec 15, 2017
1 parent a3f3a8d commit 992aeb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions supdock
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ when 'version', '-v', '--version'
puts version
when 'update'
`curl -o /usr/local/bin/supdock #{source} ; chmod +x /usr/local/bin/supdock`
puts 'Latest version was installed...'
when 'stop'
if get_ids('ps').empty?
puts 'No containers currently running...'
Expand Down

0 comments on commit 992aeb6

Please sign in to comment.