summaryrefslogtreecommitdiff
path: root/actions.sh
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de>2022-04-26 01:06:11 +0200
committerJannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de>2022-04-26 01:06:11 +0200
commitaffff46cea8dad31bb850ec27ba2a57f123e681b (patch)
tree8eca6f4b2c21ca0ea08f33c5ee104070fecee9db /actions.sh
parenteae7431ea9ee9d87634b3938b5cf8b64ebdbfb5a (diff)
adjusted QMailAuthuser to ReadMails Role
Diffstat (limited to 'actions.sh')
-rwxr-xr-xactions.sh12
1 files changed, 2 insertions, 10 deletions
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" -