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 +} + +