Skip to content

Commit

Permalink
Naming cleanup
Browse files Browse the repository at this point in the history
Co-authored-by: Mathias Fredriksson <[email protected]>
  • Loading branch information
djarbz and mafredri authored Oct 24, 2024
1 parent 4fc9f6d commit d418c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kasmvnc/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d418c81

Please sign in to comment.