X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=filesystem%2Fusr%2Flocal%2Fbin%2Fcheck-lets-encrypt-ssl-settings;h=c4d87dd6725966cc06ab2731d7ac53eda0f04aa8;hb=1f027ea146ea6c62002a8f67f831273a5c431b52;hp=f0e05e41569594adb3c233616ba165bc2812db62;hpb=50f25d1eec109c4596cfc638c9a7c98da0f0b5d0;p=distro-setup diff --git a/filesystem/usr/local/bin/check-lets-encrypt-ssl-settings b/filesystem/usr/local/bin/check-lets-encrypt-ssl-settings index f0e05e4..c4d87dd 100755 --- a/filesystem/usr/local/bin/check-lets-encrypt-ssl-settings +++ b/filesystem/usr/local/bin/check-lets-encrypt-ssl-settings @@ -34,12 +34,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -source ~/.bashrc - if [[ ! -e /dev/shm/iank-status ]]; then exit 0 fi -eval $(< /dev/shm/iank-status) +eval "$(< /dev/shm/iank-status)" if [[ $HOSTNAME != "$MAIL_HOST" || $HOST2 && $HOST2 != "$HOSTNAME" ]]; then exit 0