From f85af35e7e28cba165538bec41032337c5448809 Mon Sep 17 00:00:00 2001 From: Soham Banerjee Date: Tue, 17 Jan 2017 02:23:37 +0530 Subject: [PATCH] Fix error in backup scheduling When trying to schedule a backup, the command fails with the error: ``` Sorry, user dokku is not allowed to execute '/bin/chmod 644 /etc/cron.d/dokku-mysql-database-name' as root on dokku-host-name ``` This commit takes care of it. --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index b551c51..91b7c09 100755 --- a/install +++ b/install @@ -26,6 +26,7 @@ plugin-install() { cat > "$_SUDOERS_FILE" <