Skip to content

Commit

Permalink
Put string in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
l0drex committed Nov 30, 2024
1 parent 8218f94 commit 6c0ea1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -euo pipefail

# check, if sudo
if test ${EUID} -ne 0; then
echo enter password in order to install Yin & Yang correctly
echo "enter password in order to install Yin & Yang correctly"
exec sudo su -c "${0} ${HOME}"
exit 0
fi
Expand Down

0 comments on commit 6c0ea1c

Please sign in to comment.