mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Set correct permission on ubridge when doing a remote installation
This commit is contained in:
parent
c3d5abd104
commit
8bbe7e8041
@ -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