Skip to content

Commit

Permalink
outset nomad update
Browse files Browse the repository at this point in the history
  • Loading branch information
sphen13 committed Mar 19, 2019
1 parent 17611d4 commit 0dab691
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions outset/outset-nomad_update/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PKGTITLE="outset-nomad_update"
PKGVERSION="1.0.0"
PKGVERSION="1.0.1"
PKGID=com.github.outset.nomad_update
PROJECT="outset-nomad_update"

#################################################

##Help - Show this help menu
help:
help:
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//'

## clean - Clean up temporary working directories
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

sleep 10
open nomad://update

exit 0
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

# kill NoMAD
/usr/bin/killall NoMAD

# invoke login-once scripts during this on-demand run
/usr/local/outset/outset --login-every

0 comments on commit 0dab691

Please sign in to comment.