Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
make sure all required functions are available in supplimental script
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Aug 23, 2016
1 parent 8f94758 commit a0a8e66
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dist/antergos-iso
Original file line number Diff line number Diff line change
Expand Up @@ -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}"; }
}


Expand Down Expand Up @@ -225,3 +225,9 @@ hotfix_before_environment_setup() {
fi
}


hotfix_run_if_failed() {
true
}


0 comments on commit a0a8e66

Please sign in to comment.