Skip to content

Instantly share code, notes, and snippets.

@FleXoft
Created June 10, 2023 05:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FleXoft/5ab90a26cd33cfe347050861fe37ca67 to your computer and use it in GitHub Desktop.
Save FleXoft/5ab90a26cd33cfe347050861fe37ca67 to your computer and use it in GitHub Desktop.
vh.sh
#!/bin/bash
export SYNOPKG_PKGDEST=/volume1/\@appstore/VirtualHere/
/var/packages/VirtualHere/scripts/start-stop-status stop; echo $?
> /var/log/virtualhere.log
rm /volume1/@appstore/VirtualHere/config.ini
/var/packages/VirtualHere/scripts/start-stop-status start; echo $?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment