Fixed typo in test arguments.
This commit is contained in:
parent
ccc3d66c4a
commit
08f25f9982
|
@ -163,7 +163,7 @@ then {
|
|||
}
|
||||
fi
|
||||
|
||||
if [ `whoami` == 'root' ]
|
||||
if [ `whoami` = 'root' ]
|
||||
then {
|
||||
echo "You are running wineinstall as root, this is not advisable. Please rerun as a user."
|
||||
echo "Aborting."
|
||||
|
|
Loading…
Reference in New Issue