We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e15b30 commit 6fdc8baCopy full SHA for 6fdc8ba
1 file changed
setup-cvmfs-linux.sh
@@ -11,7 +11,7 @@ if [ -n "${APT_CACHE}" ]; then
11
fi
12
13
# Call shared install logic
14
-sudo bash "$(dirname "$0")/install-cvmfs-linux.sh
+sudo bash "$(dirname "$0")/install-cvmfs-linux.sh"
15
16
# Optional: update cache after install
17
if [ -n "${APT_CACHE}" ]; then
0 commit comments