mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-01-15 00:40:35 +00:00
update
This commit is contained in:
parent
3936d7e67c
commit
1c12a26076
@ -40,10 +40,9 @@ mappings="$user/Controls/Mappings"
|
|||||||
if [ "$i_changed_these" = "false" ]; then
|
if [ "$i_changed_these" = "false" ]; then
|
||||||
echo "Before you run this script, edit it and change"
|
echo "Before you run this script, edit it and change"
|
||||||
echo -e "the default paths to match your configuration!\n"
|
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"
|
echo -e "\n----------------------------------------------------------------\n"
|
||||||
fi
|
|
||||||
|
|
||||||
# Sanity checks
|
# Sanity checks
|
||||||
if [ ! -d "$prefix" ]; then
|
if [ ! -d "$prefix" ]; then
|
||||||
echo "Invalid path: $prefix"
|
echo "Invalid path: $prefix"
|
||||||
@ -104,3 +103,4 @@ else
|
|||||||
|
|
||||||
echo "And we're done here. Have fun!"
|
echo "And we're done here. Have fun!"
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user