Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ultima1252 committed Mar 2, 2016
1 parent 2a1ff66 commit 5262153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jailer
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ if [ "${CREATE_TEMPLATE}" -eq "1" ]; then
for dir in ${SKEL_FOLDERS}; do
mk_dir "${TEMPLATE}/s/$dir"
done
chmod 1777 ${TEMPLATE}/s/tmp
chmod 1777 "${TEMPLATE}/s/tmp"
install_src
zfs set readonly=on "${ZFS_TEMPLATE}"
zfs_snapshot "${ZFS_TEMPLATE}" "${TEMPLATE_CURRENT_NAME}" "0"
Expand Down

0 comments on commit 5262153

Please sign in to comment.