mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-12 08:29:16 +00:00
Disable old services prior to stopping
This commit is contained in:
parent
47f5dae411
commit
a3866ba0f5
|
@ -25,10 +25,10 @@ if [ -f /mnt/hdd/mynode/settings/torify_apt_get ]; then
|
|||
fi
|
||||
|
||||
# Stop and disable any old services
|
||||
systemctl stop https || true
|
||||
systemctl disable https || true
|
||||
systemctl stop tls_proxy || true
|
||||
systemctl stop https || true
|
||||
systemctl disable tls_proxy || true
|
||||
systemctl stop tls_proxy || true
|
||||
|
||||
# Create dhparam.pem (do before dpkg configure since its needed for nginx)
|
||||
/usr/bin/mynode_gen_dhparam.sh
|
||||
|
|
Loading…
Reference in New Issue
Block a user