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 chmod +x /home/${SUDO_USER}/moonlight.sh
cat <<- 'STARTUP' >> /home/${SUDO_USER}/.profile cat <<- 'STARTUP' >> /home/${SUDO_USER}/.profile
if [ -z "$SSH_CLIENT" ] ; then if [ -z "$SSH_CLIENT" ] ; then
xset -dpms xset -dpms
xset s off xset s off
xset s noblank xset s noblank
$HOME/moonlight.sh $HOME/moonlight.sh
fi fi
STARTUP STARTUP