shellcheck, static usb ethnet addresses, fix vpn config
[distro-setup] / filesystem / usr / local / bin / check-lets-encrypt-ssl-settings
index f0e05e41569594adb3c233616ba165bc2812db62..c4d87dd6725966cc06ab2731d7ac53eda0f04aa8 100755 (executable)
 # 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