From 2828628054b5feb62e7c99355dbe982e136cc06f Mon Sep 17 00:00:00 2001 From: Mitch Weaver Date: Sat, 25 Nov 2023 02:41:12 -0600 Subject: [PATCH] asdf --- lib/globals.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/globals.sh b/lib/globals.sh index 2169f83..86909b4 100644 --- a/lib/globals.sh +++ b/lib/globals.sh @@ -136,7 +136,7 @@ is_network_drive_mounted() { # ===================================================================================== islocked_remote_server() { if [ -e "$REMOTE_SERVER_LOCKFILE" ] ; then - msg "Server is not currently locked!" + # msg "Server is not currently locked!" return 0 else return 1