Browse Source

Add required notice [skip ci]

Nicolas Meienberger 2 years ago
parent
commit
537b403661
1 changed files with 4 additions and 0 deletions
  1. 4 0
      scripts/start.sh

+ 4 - 0
scripts/start.sh

@@ -1,4 +1,8 @@
 #!/usr/bin/env bash
+
+# Required Notice: Copyright
+# Umbrel (https://umbrel.com)
+
 set -e # Exit immediately if a command exits with a non-zero status.
 
 # use greadlink instead of readlink on osx