1
0
Fork 0

wdavmaild

This commit is contained in:
J. Elfring (i) 2023-05-22 14:38:16 +02:00
parent de5b6bcb6e
commit e2120a56ae

17
simpleDots/bin/wdavmaild Executable file
View file

@ -0,0 +1,17 @@
#!/bin/bash
############################################################################
##
# wddavmaild
#
#
#
## Check for a tmux session with docker fo:wqr root is already running
if tmux has-session -t wdavmaild
then
echo "A wdavmaild session is already running. Attaching."
tmux attach -t wdavmaild
else
echo "Starting a new wdavmaild tmux-session."
tmux new-session -d -s wdavmaild davmail ~/.local/etc/davmail.conf
fi