From 290df5290ac73bf791af612a101e701f5e68b5a6 Mon Sep 17 00:00:00 2001 From: Xatrekak Date: Sun, 12 Feb 2023 02:48:17 -0500 Subject: [PATCH] fixed transcription --- scripts/remote-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remote-install.sh b/scripts/remote-install.sh index 8a74de51..f784757c 100644 --- a/scripts/remote-install.sh +++ b/scripts/remote-install.sh @@ -327,7 +327,7 @@ chown root:root /etc/systemd/system/getty@tty1.service.d/override.conf echo "python3 /usr/local/bin/welcome.py" >> /opt/gns3/.bashrc echo "gns3" | passwd gns3 --stdin usermod --shell /bin/bash gns3 -usermod -aG sudo username +usermod -aG sudo gns3 fi