From 741c47ae6a0d6aa362354b937c5e91df900cbeb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miha=20Ple=C5=A1ko?= Date: Mon, 23 Jan 2017 11:06:09 +0100 Subject: [PATCH] Set executable permission to bin/update script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There are three scripts in bin/ folder: bin/ |- rails |- update |- setup with only bin/update file lacking execute permission. Fixed. Signed-off-by: Miha Pleško --- bin/update | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 bin/update diff --git a/bin/update b/bin/update old mode 100644 new mode 100755