1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 09:18:08 +00:00

fixed transcription

This commit is contained in:
Xatrekak 2023-02-12 02:48:17 -05:00
parent fbe10360c2
commit 290df5290a

View File

@ -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