Update vaultwarden-install.sh

This commit is contained in:
tschettervictor
2024-09-14 18:34:48 -06:00
committed by GitHub
parent 10dda4b153
commit 9fefb3c787

View File

@@ -113,6 +113,7 @@ if [ $SELFSIGNED_CERT -eq 1 ]; then
fi
if [ $STANDALONE_CERT -eq 1 ] || [ $DNS_CERT -eq 1 ]; then
fetch -o /root/remove-staging.sh https://raw.githubusercontent.com/tschettervictor/bsd-apps/main/nextcloud/includes/remove-staging.sh
chmod +x remove-staging.sh
fi
if [ $NO_CERT -eq 1 ]; then
echo "Fetching Caddyfile for no SSL"