Skip to content

Commit

Permalink
fix537_proper
Browse files Browse the repository at this point in the history
  • Loading branch information
halfluke committed Oct 21, 2023
1 parent b6e4380 commit 8d97756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/helper_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8d97756

Please sign in to comment.