Compare commits

..

No commits in common. "34dff3935863deaf301a02e1fba0543897efcaa6" and "4b9e07842d921a8bbcf82b055ecc5592578735f5" have entirely different histories.

2 changed files with 2 additions and 10 deletions

View File

@ -50,16 +50,8 @@ npm install -g goldilocks@v1
### Uninstall ### Uninstall
Remove goldilocks and services:
``` ```
rm -rf /opt/goldilocks/ /srv/goldilocks/ /var/goldilocks/ /var/log/goldilocks/ /etc/tmpfiles.d/goldilocks.conf /etc/systemd/system/goldilocks.service rm -rf /srv/goldilocks/ /var/goldilocks/ /etc/goldilocks/ /opt/goldilocks/ /var/log/goldilocks/ /etc/tmpfiles.d/goldilocks.conf /etc/systemd/system/goldilocks.service /etc/ssl/goldilocks
```
Remove config as well
```
rm -rf /etc/goldilocks/ /etc/ssl/goldilocks
``` ```
Usage Usage

View File

@ -9,7 +9,7 @@ set -u
my_name=goldilocks my_name=goldilocks
my_app_pkg_name=com.daplie.goldilocks.web my_app_pkg_name=com.daplie.goldilocks.web
my_app_ver="v1.1" my_app_ver="v1.1"
my_azp_oauth3_ver="v1.2.3" my_azp_oauth3_ver="v1.2"
export NODE_VERSION="v8.9.0" export NODE_VERSION="v8.9.0"
if [ -z "${my_tmp-}" ]; then if [ -z "${my_tmp-}" ]; then