Fix small mistake with path

pull/1/head
Lexi 2 years ago
parent 3e2443555a
commit 1e5a1b49f2

@ -149,7 +149,7 @@ if [[ $CONTINUE != "true" ]]; then
else
# Remove config.json if it exists
if [[ $(ls | grep "/tmp/config.json") ]]; then
rm config.json
rm /tmp/config.json
fi
# Make config.json
echo "{

Loading…
Cancel
Save