Config files for my server. Except not my secrets

fix commit.sh

vielle.dev cc942bd3 b829026a

verified
Changed files
+4 -1
+4 -1
commit.sh
··· 1 #!/usr/bin/env bash 2 3 - echo "\n\nGot new commit: $(date)\n---\n\n" 4 5 # pull latest version 6 echo "git fetch --all"
··· 1 #!/usr/bin/env bash 2 3 + echo " 4 + Got new commit: $(date) 5 + --- 6 + " 7 8 # pull latest version 9 echo "git fetch --all"