404 Brain not found
This commit is contained in:
parent
03cc6a51d5
commit
086365bc1c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ EOF
|
|||
fi
|
||||
|
||||
# Load configuration file
|
||||
if [ -f "config.sh" ] && source "config.sh"
|
||||
[[ -f "config.sh" ]] && source "config.sh"
|
||||
|
||||
# Process configuration changes
|
||||
# -> Flow control
|
||||
|
|
Loading…
Reference in a new issue