From 8219b4a48a0579e8966e41b543b8e8ba905e873d Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 05 Oct 2014 08:36:59 -0400 Subject: session_begin(): Fix a function call --- diff --git a/lib/session.sh b/lib/session.sh index 1430493..0d66eeb 100644 --- a/lib/session.sh +++ b/lib/session.sh @@ -51,7 +51,8 @@ session_begin() # Check for a sessions pool. if [ -d "${session_root}/prokit/sessions" ]; then - if ! profile_file_systems_mounted; then + if ! profile_file_systems_mounted "${session_root}" \ + "${session_arch}" "${session_plat}"; then # If a sessions pool exists but the file systems aren't # mounted, clean up the old sessions and mount the file # systems. -- cgit v0.9.1