Fixed some tabs.
This commit is contained in:
parent
fcc4ef21df
commit
50832d7d34
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue