Created
June 10, 2023 05:54
-
-
Save FleXoft/5ab90a26cd33cfe347050861fe37ca67 to your computer and use it in GitHub Desktop.
vh.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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