You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"The default config for AIO should now be created."
9
+
echo
10
+
else
11
+
echo
12
+
echo"There was an error creating the TLS certificate for AIO. Please try to create the cert yourself in the NPMplus UI and update the AIO proxy host to use this cert, see the NPMplus config in the AIO reverse proxy guide as an example for the TLS tab."
13
+
echo
14
+
fi
7
15
touch /data/aio.lock
8
-
echo"The default config for AIO should now be created. Please check the log for any errors and try to resolve them, then delete the aio.lock file and retry."
Copy file name to clipboardexpand all lines: rootfs/usr/local/bin/launch.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Group ID: $(id -g)
10
10
-------------------------------------
11
11
"
12
12
13
-
if [ -z"$(find /data/tls/certbot/accounts/"$(echo "$ACME_SERVER"| sed "s|^https\?://\([^/]\+\).*$|\1|g")" -type f)" ];then
13
+
if [ -z"$(find /data/tls/certbot/accounts/"$(echo "$ACME_SERVER"| sed "s|^https\?://\([^/]\+\).*$|\1|g")" -type f2> /dev/null)" ];then
14
14
if [ "$(echo "$ACME_SERVER"| sed "s|^https\?://\([^/]\+\).*$|\1|g")"="acme.zerossl.com" ] && [ -z"$ACME_EAB_KID" ] && [ -z"$ACME_EAB_HMAC_KEY" ];then
15
15
if [ -z"$ACME_EMAIL" ];then
16
16
echo"ACME_EMAIL is required to use zerossl. Either set it or use a different acme server like letsencrypt (ACME_SERVER: https://acme-v02.api.letsencrypt.org/directory)"
0 commit comments