We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8a2b76 + 56d8366 commit 1a63ee4Copy full SHA for 1a63ee4
.gitattributes
@@ -0,0 +1 @@
1
+* eol=lf
entrypoint.sh
@@ -1,16 +1,5 @@
#!/bin/bash
2
3
-# Script to check if a docker swarm service is running and has the expected amount of instances
4
-#
5
-# ! When editing a bash script on a Windows machine you may get the following error on deploying:
6
7
-# /monitor/check.sh: line x: syntax error near unexpected token `$'\r''
8
9
-# The solution is to change the line sequence from `CRLF` to `LF` before save and verify if
10
-# the path to the file is in `.gitattributes`.
11
12
-# See: https://stackoverflow.com/questions/27176781/bash-file-returns-unexpected-token-do-r
13
-
14
# Output version
15
echo -e "\nStarting swarm-monitor ${VERSION} ..."
16
0 commit comments