From 8d97756c62715c5a0c9bce9e0b69ce57cdbb3e23 Mon Sep 17 00:00:00 2001 From: halfluke Date: Sat, 21 Oct 2023 01:55:29 +0100 Subject: [PATCH] fix537_proper --- functions/helper_lib.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/helper_lib.sh b/functions/helper_lib.sh index 6b3fd80..963b149 100644 --- a/functions/helper_lib.sh +++ b/functions/helper_lib.sh @@ -110,8 +110,8 @@ get_docker_configuration_file() { CONFIG_FILE="$FILE" return fi - if [ -f '/home/kali/SUKA/daemon.json' ]; then - CONFIG_FILE='/home/kali/SUKA/daemon.json' + if [ -f '/etc/docker/daemon.json' ]; then + CONFIG_FILE='/etc/docker/daemon.json' return fi CONFIG_FILE='/dev/null'