Set correct permission on ubridge when doing a remote installation

This commit is contained in:
Julien Duponchelle 2017-05-26 10:47:25 +02:00
parent c3d5abd104
commit 8bbe7e8041
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

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