diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2025-04-10 06:19:10 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2025-04-10 06:19:10 +0300 |
commit | a265448af94115ff4859384d5336181ffa971465 (patch) | |
tree | b50eb61febf12db7c496dd8d289de127a8c28e31 | |
parent | af700b2a90b2c0789859284cdb3829e38deece14 (diff) | |
download | arching-kaos-tools-a265448af94115ff4859384d5336181ffa971465.tar.gz arching-kaos-tools-a265448af94115ff4859384d5336181ffa971465.tar.bz2 arching-kaos-tools-a265448af94115ff4859384d5336181ffa971465.zip |
Possible fix
-rwxr-xr-x | lib/_ak_script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/_ak_script b/lib/_ak_script index 0a9c504..02741cb 100755 --- a/lib/_ak_script +++ b/lib/_ak_script @@ -17,7 +17,7 @@ ### You should have received a copy of the GNU General Public License ### along with this program. If not, see <http://www.gnu.org/licenses/>. ### -source $AK_LIBDIR/_ak_lib_load +source ./lib/_ak_lib_load > /dev/null 2>&1 || source $AK_LIBDIR/_ak_lib_load > /dev/null 2>&1 _ak_lib_load _ak_log # Wanna talk about it? |