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 else
# Remove config.json if it exists # Remove config.json if it exists
if [[ $(ls | grep "/tmp/config.json") ]]; then if [[ $(ls | grep "/tmp/config.json") ]]; then
rm config.json rm /tmp/config.json
fi fi
# Make config.json # Make config.json
echo "{ echo "{

Loading…
Cancel
Save