fixed broken conditional
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
hostname=$(/usr/bin/hostname)
|
||||
|
||||
if [[ $hostname -eq "bepis" ]]; then
|
||||
if [[ $hostname == "bepis" ]]; then
|
||||
$(~/.config/screenlayout/bepis.sh)
|
||||
fi
|
||||
Reference in New Issue
Block a user