commit d5f6a3b12f2ffd290fabdd4126005e3fc5ddd55a parent ff438de98612c2d23621c8599e411fbfcf1578c8 Author: Luke Smith <luke@lukesmith.xyz> Date: Fri, 8 Jun 2018 11:40:58 -0400 bash now default for mailsync command Diffstat:
M | etc/mailsync.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/mailsync.sh b/etc/mailsync.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # This script will run offlineimap and check # for new email if there is an internet connection. #