From b04bb91f40b59c46a6ca6f915a8e88474de31b56 Mon Sep 17 00:00:00 2001 From: gh2o Date: Sun, 13 Jul 2014 21:30:56 -0700 Subject: [PATCH] ensure script is executable --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index edea578..c72f277 100755 --- a/install.sh +++ b/install.sh @@ -330,6 +330,9 @@ installer_main() { trap error_occurred ERR trap exit_cleanup EXIT + log "Ensuring correct permissions ..." + chmod 0700 "${script_path}" + rm -rf /archroot/installer mkdir -p /archroot/installer cd /archroot/installer