Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
Accept Sal's change
Browse files Browse the repository at this point in the history
Co-Authored-By: cbaenziger <cbaenziger@users.noreply.github.com>
  • Loading branch information
vt0r and cbaenziger committed Nov 1, 2018
1 parent 7db2d5b commit f4eefdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/bcpc/templates/default/inst_dir.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

if [ -z "$PAM_TYPE" -o "$PAM_TYPE" == "open_session" ]; then
# need to setup the polyinstantation directory for login
mkdir -pm 000 "/dev/shm/<%= @shm_polyinstantion_dir %>" \
mkdir -pm 0000 "/dev/shm/<%= @shm_polyinstantion_dir %>" \
"<%= @polyinstantion_dir %>"
elif [ -z "$PAM_TYPE" -o "$PAM_TYPE" == "close_session" ]; then
# see if user still has any prescence on this machine
Expand Down

0 comments on commit f4eefdf

Please sign in to comment.