Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit 8359d49

Browse files
committed
Fix typo
1 parent 01252e5 commit 8359d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_tapioca.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ if sudo [ -f /var/lib/AccountsService/users/tapioca ]; then
379379
sudo sed -i.bak -e 's/XSession=.*/XSession=xfce/' /var/lib/AccountsService/users/tapioca
380380
sessionset=1
381381
fi
382-
if [ -z "$sessionset"]; then
382+
if [ -z "$sessionset" ]; then
383383
# Append a new XSession line
384384
sudo bash -c "echo XSession=xfce >> /var/lib/AccountsService/users/tapioca"
385385
fi

0 commit comments

Comments
 (0)