Run sxmo_hook_locker.sh if available

This commit is contained in:
Willow Barraco
2023-07-21 08:46:45 +02:00
parent e0efe35a2d
commit 5b6ddc7510

View File

@@ -16,6 +16,10 @@ while ! superctl status > /dev/null 2>&1; do
sleep 0.5
done
if [ "$(command -v sxmo_hook_locker.sh)" ]; then
sxmo_hook_locker.sh
fi
# Load our sound daemons
if [ "$(command -v pulseaudio)" ]; then