Browse Source

new lines at end of files

pull/6428/head
Jonny McCullagh 4 years ago
parent
commit
52c11768df
  1. 2
      hosting/letsencrypt/certificate-renew.sh
  2. 2
      hosting/single/runner.sh
  3. 2
      scripts/cleanup.sh

2
hosting/letsencrypt/certificate-renew.sh

@ -10,4 +10,4 @@ if [[ ! -z "${CUSTOM_DOMAIN}" ]]; then
--force-renewal
nginx -s reload
fi
fi

2
hosting/single/runner.sh

@ -21,4 +21,4 @@ popd
sleep 10
curl -X PUT ${COUCH_DB_URL}/_users
curl -X PUT ${COUCH_DB_URL}/_replicator
sleep infinity
sleep infinity

2
scripts/cleanup.sh

@ -13,4 +13,4 @@ do
mv /$keepDir $dir/ 2>/dev/null
done
cd $dir
NODE_ENV=production yarn
NODE_ENV=production yarn

Loading…
Cancel
Save