Skip to content

Commit

Permalink
Update shortix_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannomag authored May 26, 2023
1 parent d3c78ed commit 0c5ba4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shortix_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cp /tmp/shortix/remove_prefix.sh $HOME/Shortix
chmod +x $HOME/Shortix/shortix.sh

read -e -n 1 -p "Would you like to add the prefix id to the shortcut name (Like 'Game Name (123455678)')? [Y/n]: "
if [[ ! $REPLY =~ ^[Yy]$ ]]; then
if [[ ! $REPLY =~ ^[Nn]$ ]]; then
if [ ! -f $HOME/Shortix/.id ]; then
touch $HOME/Shortix/.id
fi
Expand Down

0 comments on commit 0c5ba4b

Please sign in to comment.