From a0a8e66c7c467f61c6522d63ab2ffe3eb0aea391 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Tue, 23 Aug 2016 01:25:51 -0500 Subject: [PATCH] make sure all required functions are available in supplimental script --- dist/antergos-iso | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dist/antergos-iso b/dist/antergos-iso index 6061584..a075c38 100644 --- a/dist/antergos-iso +++ b/dist/antergos-iso @@ -164,7 +164,7 @@ hotfix_maybe_update() { _hotfix_ckbcomp_script_file_permissions() { local _file _file='/usr/share/cnchi/scripts/ckbcomp' - [[ -x "${_file}" ]] || { _2log '_file is not executable! fixing...'; sudo chmod +x "${_file}"; } + [[ -x "${_file}" ]] || { _2log "${_file} is not executable! fixing..."; sudo chmod +x "${_file}"; } } @@ -225,3 +225,9 @@ hotfix_before_environment_setup() { fi } + +hotfix_run_if_failed() { + true +} + +