„scripts/start-server.sh“ ändern

This commit is contained in:
2019-11-11 11:41:09 +01:00
parent d2669c99c1
commit 68b6683a73

View File

@@ -1,4 +1,4 @@
#!/bin/bashecho "---Setting umask to ${UMASK}---"
#!/bin/bash
echo "---Setting umask to ${UMASK}---"
umask ${UMASK}