From 8bbe7e80411a3794a9491047d5da408e32bf067c Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Fri, 26 May 2017 10:47:25 +0200 Subject: [PATCH] Set correct permission on ubridge when doing a remote installation --- scripts/remote-install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/remote-install.sh b/scripts/remote-install.sh index d486291a..8e9c741e 100644 --- a/scripts/remote-install.sh +++ b/scripts/remote-install.sh @@ -163,6 +163,10 @@ then useradd -d /opt/gns3/ -m gns3 fi + +log "Add GNS3 to the ubridge group" +usermod -aG ubridge gns3 + log "Install docker" if [ ! -f "/usr/bin/docker" ] then