Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit 731aa0c

Browse files
committed
fix(ssl-manager): update credentials file path for consistency
This commit modifies the path of the credentials file in ssl-manager.sh from an absolute to a relative path, ensuring consistency and improving portability within the script's execution context.
1 parent 524b430 commit 731aa0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ssl-manager.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ DOMAIN="${IRC_ROOT_DOMAIN:-irc.atl.chat}"
1313
EMAIL="${LETSENCRYPT_EMAIL:-admin@allthingslinux.org}"
1414
TLS_DIR="/tls"
1515
LETSENCRYPT_DIR="/letsencrypt"
16-
CREDENTIALS_FILE="/cloudflare-credentials.ini"
16+
CREDENTIALS_FILE="./cloudflare-credentials.ini"
1717

1818
# Colors for output
1919
GREEN='\033[0;32m'

0 commit comments

Comments
 (0)