From 9e61fff5755b6684d00972820ff702a61d40dfd7 Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Sun, 19 Feb 2023 21:03:50 +0100 Subject: [PATCH] typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7cfcaed..ef03fbc 100755 --- a/install.sh +++ b/install.sh @@ -187,7 +187,7 @@ echo "ExecStart=" >> /etc/systemd/system/getty@tty1.service.d/override.conf echo "ExecStart=-/sbin/agetty --autologin pandora --noclear %I $TERM" >> /etc/systemd/system/getty@tty1.service.d/override.conf # Start pandora from bashrc -echo "~/pandora-box/pandora-box.py" >> ~/.bashrc +su - $SUDO_USER -c echo \"~/pandora-box/pandora-box.py\" >> ~/.bashrc # Copy ini file cp pandora-box.ini.curses pandora-dox.ini