The install script seems to have worked fine. However when i try adding a new client with sudo ./swizguard add it appears to complete successfully, but when i run sudo ./swizguard list it shows that I don't have any clients yet.
I am running on a brand new Ubuntu 24.04.4 LTS VM.
Steps to reproduce
- Download with
git clone https://github.com/0xXyc/SwizGuard.git
- Open the directory and run `sudo ./swizguard setup'
- Try adding a device with
sudo ./swizguard add test
- Check if the device was added with
sudo ./swizguard list
- no device added :(

The install script seems to have worked fine. However when i try adding a new client with
sudo ./swizguard addit appears to complete successfully, but when i runsudo ./swizguard listit shows that I don't have any clients yet.I am running on a brand new Ubuntu 24.04.4 LTS VM.
Steps to reproduce
git clone https://github.com/0xXyc/SwizGuard.gitsudo ./swizguard add testsudo ./swizguard list