Adding space before "!"
This commit is contained in:
parent
ef54636036
commit
95a728eba5
|
@ -3,7 +3,7 @@
|
|||
remote="https://boop.icu"
|
||||
sound="$HOME/Projects/local-bin/sounds/success.ogg"
|
||||
|
||||
if [ !-f "/usr/bin/xsel" ]; then
|
||||
if [ ! -f "/usr/bin/xsel" ]; then
|
||||
echo "Please install xsel"
|
||||
exit
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue