This commit is contained in:
the-sane 2019-10-24 00:34:52 -04:00
parent 3936d7e67c
commit 1c12a26076

View File

@ -40,10 +40,9 @@ mappings="$user/Controls/Mappings"
if [ "$i_changed_these" = "false" ]; then
echo "Before you run this script, edit it and change"
echo -e "the default paths to match your configuration!\n"
read -n 1 -s -p "Press any key to continue, or Ctrl-c to quit..."
read -n 1 -s -p "Press any key to exit..."
else
echo -e "\n----------------------------------------------------------------\n"
fi
# Sanity checks
if [ ! -d "$prefix" ]; then
echo "Invalid path: $prefix"
@ -104,3 +103,4 @@ else
echo "And we're done here. Have fun!"
fi
fi