From d418c81bd610bbf782862f3d054f2719424e7010 Mon Sep 17 00:00:00 2001 From: djarbz <30350993+djarbz@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:31:37 -0500 Subject: [PATCH] Naming cleanup Co-authored-by: Mathias Fredriksson --- kasmvnc/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kasmvnc/run.sh b/kasmvnc/run.sh index d354e11..5e75331 100644 --- a/kasmvnc/run.sh +++ b/kasmvnc/run.sh @@ -63,7 +63,7 @@ install_deb() { CACHE_DIR="/var/lib/apt/lists/partial" # Check if the directory exists and was modified in the last 60 minutes if [[ ! -d "$CACHE_DIR" ]] || ! find "$CACHE_DIR" -mmin -60 -print -quit &> /dev/null; then - echo "Stale Package Cache, updating..." + echo "Stale package cache, updating..." # Update package cache with a 300-second timeout for dpkg lock sudo apt-get -o DPkg::Lock::Timeout=300 -qq update fi