connect-plug-zui-store 123 B

1234567
  1. #!/usr/bin/env bash
  2. cpy_2_zui
  3. if [ $? -eq 0 ]; then
  4. sudo snap stop --disable "${SNAP_NAME}.${SNAP_NAME}"
  5. else
  6. exit 1
  7. fi