diff options
author | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2022-04-26 01:06:11 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2022-04-26 01:06:11 +0200 |
commit | affff46cea8dad31bb850ec27ba2a57f123e681b (patch) | |
tree | 8eca6f4b2c21ca0ea08f33c5ee104070fecee9db /actions.sh | |
parent | eae7431ea9ee9d87634b3938b5cf8b64ebdbfb5a (diff) |
adjusted QMailAuthuser to ReadMails Role
Diffstat (limited to 'actions.sh')
-rwxr-xr-x | actions.sh | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -6,16 +6,8 @@ run_tests () { eval "prove -l ${1-} t/" } -foreground () { - script/jwebmail daemon -} - start_dev () { - MOJO_MODE=development hypnotoad script/jwebmail -} - -stop_dev () { - MOJO_MODE=development hypnotoad -s script/jwebmail + morbo script/jwebmail } logrotate () { @@ -24,7 +16,7 @@ logrotate () { } linelength () { - files=${1:-'README.md CHANGES LICENSE'} + files=${1:-'README.md CHANGES.md LICENSE'} for file in $files do fold -s -w 85 "$file" | diff "$file" - |