📡(RTP) Privacy & Tech Tips on Nostr: npub1h65wp…cahv0 Another thing - even if you reinstalled it (instead of the upgrade ...
npub1h65wp6yz0mmhv29zydaem6ujjjzwsj9zx69sd97cwnlhu89njtvs5cahv0 (npub1h65…ahv0)
Another thing - even if you reinstalled it (instead of the upgrade option I mention) you might need to restart the service:
sudo systemctl restart snowflake
That will end the process that failed, restarting with the newly installed (reinstalled in your case) executable.
I do have a feeling the simple:
sudo bash install.sh upgrade
May take care of your issue. As it automatically restarts after the upgrade process (for cases like this).
Another thing - even if you reinstalled it (instead of the upgrade option I mention) you might need to restart the service:
sudo systemctl restart snowflake
That will end the process that failed, restarting with the newly installed (reinstalled in your case) executable.
I do have a feeling the simple:
sudo bash install.sh upgrade
May take care of your issue. As it automatically restarts after the upgrade process (for cases like this).