fix537_proper

This commit is contained in:
halfluke 2023-10-21 01:55:29 +01:00
parent b6e4380937
commit 8d97756c62

View file

@ -110,8 +110,8 @@ get_docker_configuration_file() {
CONFIG_FILE="$FILE" CONFIG_FILE="$FILE"
return return
fi fi
if [ -f '/home/kali/SUKA/daemon.json' ]; then if [ -f '/etc/docker/daemon.json' ]; then
CONFIG_FILE='/home/kali/SUKA/daemon.json' CONFIG_FILE='/etc/docker/daemon.json'
return return
fi fi
CONFIG_FILE='/dev/null' CONFIG_FILE='/dev/null'