From d5f6a3b12f2ffd290fabdd4126005e3fc5ddd55a Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 8 Jun 2018 11:40:58 -0400 Subject: [PATCH] bash now default for mailsync command --- etc/mailsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/mailsync.sh b/etc/mailsync.sh index 2ac78d9..3b9dc5e 100755 --- 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. #