Fixed some tabs.

This commit is contained in:
Scott Duensing 2025-05-02 14:40:56 -05:00
parent fcc4ef21df
commit 50832d7d34

View file

@ -52,9 +52,9 @@ function configureMachine() {
chmod +x /home/${SUDO_USER}/moonlight.sh
cat <<- 'STARTUP' >> /home/${SUDO_USER}/.profile
if [ -z "$SSH_CLIENT" ] ; then
xset -dpms
xset s off
xset s noblank
xset -dpms
xset s off
xset s noblank
$HOME/moonlight.sh
fi
STARTUP