Skip to content
Snippets Groups Projects
test-add-device.sh 224 B
Newer Older
  • Learn to ignore specific revisions
  • Malte Bauch's avatar
    Malte Bauch committed
    if [ $# -eq 0 ]
      then
        echo 'you need to provide the password for the admin user'
        exit 1
    fi
    ./artifacts/gosdnc device create -a 172.100.0.11:6030 -u admin -p admin --name="test-ceos-1"