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