Skip to content

Commit

Permalink
FIx up shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
nolim1t committed Apr 27, 2019
1 parent c850eb8 commit fe97515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/init.d/docker-compose
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ start() {
fi

# Docker compose
if [ ! -f /home/lncm/compose ]; then
if [ ! -d /home/lncm/compose ]; then
echo "Error: docker compose directory not found!"
exit 1
fi
Expand Down

0 comments on commit fe97515

Please sign in to comment.