From 30b2386e30342017bf96f08affcc811862901f4b Mon Sep 17 00:00:00 2001 From: Elton Renda Date: Thu, 13 May 2021 18:14:12 +0200 Subject: [PATCH] refactor: spelling --- lxc/nginx-proxy-manager/install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lxc/nginx-proxy-manager/install.sh b/lxc/nginx-proxy-manager/install.sh index 79986a7..56acc86 100644 --- a/lxc/nginx-proxy-manager/install.sh +++ b/lxc/nginx-proxy-manager/install.sh @@ -42,7 +42,7 @@ trapexit() { # Check for previous install if [ -f /etc/init.d/npm ]; then - log "Stoping services" + log "Stopping services" rc-service npm stop &>/dev/null rc-service openresty stop &>/dev/null sleep 2 @@ -56,7 +56,7 @@ if [ -f /etc/init.d/npm ]; then /var/lib/nginx \ /var/cache/nginx &>/dev/null - log "Removing old dependancies" + log "Removing old dependencies" apk del certbot $DEVDEPS &>/dev/null fi @@ -85,7 +85,7 @@ runcmd apk upgrade echo "fs.file-max = 65535" > /etc/sysctl.conf # Install dependancies -log "Installing dependancies" +log "Installing dependencies" runcmd 'apk add python3 openresty nodejs yarn openssl apache2-utils $DEVDEPS' # Setup python env and PIP @@ -166,7 +166,7 @@ runcmd yarn build cp -r dist/* /app/frontend cp -r app-images/* /app/frontend/images -log "Initalizing backend" +log "Initializing backend" rm -rf /app/config/default.json &>/dev/null if [ ! -f /app/config/production.json ]; then cat << 'EOF' > /app/config/production.json