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:
commit
ef5c013561
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user