Skip to content

Commit

Permalink
updated for glidein reinvocation when in mode 3
Browse files Browse the repository at this point in the history
- also updated syntax for the condition in the helper script
  • Loading branch information
namrathaurs committed Mar 25, 2024
1 parent 05b235f commit c39a07e
Show file tree
Hide file tree
Showing 2 changed files with 666 additions and 528 deletions.
2 changes: 1 addition & 1 deletion creation/web_base/cvmfs_helper_funcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ has_fuse() {
fi
fi
echo ret_state
[[ "$ret_state" == "yes"]]
[[ "$ret_state" == "yes" ]]
return
}

Expand Down
Loading

0 comments on commit c39a07e

Please sign in to comment.