Commit be2e53d1 authored by iv's avatar iv

grandenet script: Fix huge typo.

parent 102f5c7b
......@@ -122,7 +122,7 @@ if [ "$usefound" == "n" -o "$usefound" == "N" ]; then
fi
# copy the config if needed got by previous steps
if [ ${path}=${configdir} ]; then
if [ ${path} == ${configdir} ]; then
echo "Using configuration in place."
elif [ ! -d "$path" ] ; then
echo "Invalid path '${path}'. Exiting."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment