Skip to content

Commit

Permalink
Fix up docker-compose init script
Browse files Browse the repository at this point in the history
  • Loading branch information
nolim1t committed May 19, 2019
1 parent 7160ad1 commit ebe1874
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/init.d/docker-compose
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ start() {
stop() {
ebegin "Stopping docker compose"

/usr/bin/noma stop && \
# Invoke either Noma or Mana
/usr/bin/noma stop || /usr/local/sbin/mana stop && \
cd /home/lncm/compose || exit 1
docker-compose down

Expand Down

0 comments on commit ebe1874

Please sign in to comment.