1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 03:48:57 +00:00

Merge branch 'master' into 2.0

This commit is contained in:
Julien Duponchelle 2017-05-26 10:47:57 +02:00
commit ef5c013561
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