AutoYADM commit: 2025-03-17 23:15:07

This commit is contained in:
Daniel Fichtinger 2025-03-17 23:15:07 -04:00
parent f5b3ffcde5
commit f03d12c69c
5 changed files with 17 additions and 16 deletions

View file

@ -1,5 +1,5 @@
#!/bin/env bash
/home/fic/.config/mail/mail-sync.sh &
# nohup /home/fic/.config/mail/mail-sync.sh >/dev/null 2>&1 &
# exit 0
# exec /home/fic/.config/mail/mail-sync.sh &
nohup /home/fic/.config/mail/mail-sync.sh >/dev/null 2>&1 &
exit 0