change config path

pull/1/head
ShyyLexi 2 years ago
parent 6399782b39
commit fcdbf3773b

@ -198,7 +198,7 @@ else
\"bootdev\": \"/dev/null\"
},
\"kernel\": \"linux\"
}" > config.json
}" > /tmp/config.json
fi
# Ask to install
@ -208,5 +208,5 @@ if [[ $CONTINUE != "true" ]]; then
echo "Exiting. Have a good day!"
exit
else
sudo jade config config.json
sudo jade config /tmp/config.json
fi

Loading…
Cancel
Save