summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmy_mailsync6
1 files changed, 4 insertions, 2 deletions
diff --git a/my_mailsync b/my_mailsync
index 36d0f5a..989a2d4 100755
--- a/my_mailsync
+++ b/my_mailsync
@@ -20,6 +20,8 @@ for CONFIG in $KNOWN_CONFIGS; do
esac
done
+SCHROOT="schroot -c buster-offlineimap --"
+
UI="Quiet"
VERBOSE=0
MAX_RUN=600 # Seconds
@@ -64,9 +66,9 @@ if [ $VERBOSE -gt 1 ] ; then
fi
if [ "$TTY"x = "not a tty"x ] ; then # No terminal, so running from cron or similar
- schroot -c buster-offlineimap -- timeout -k $MAX_RUN $MAX_RUN offlineimap -u $UI -o -c ~/.offlineimap/config/$CONF 2>&1
+ $SCHROOT timeout -k $MAX_RUN $MAX_RUN offlineimap -u $UI -o -c ~/.offlineimap/config/$CONF 2>&1
else
- schroot -c buster-offlineimap -- offlineimap -u $UI -o $DEBUG -c ~/.offlineimap/config/$CONF 2>&1
+ $SCHROOT offlineimap -u $UI -o $DEBUG -c ~/.offlineimap/config/$CONF 2>&1
if [ $? -ne 0 ] ; then
echo
echo