From affff46cea8dad31bb850ec27ba2a57f123e681b Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Tue, 26 Apr 2022 01:06:11 +0200 Subject: adjusted QMailAuthuser to ReadMails Role --- actions.sh | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'actions.sh') diff --git a/actions.sh b/actions.sh index c8636bc..664ca28 100755 --- a/actions.sh +++ b/actions.sh @@ -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" - -- cgit v1.2.3