Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Nov 12, 2024
1 parent 2b04c7e commit baf8e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mail-toaster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ jail_conf_header()
{
local _path="$ZFS_JAIL_MNT/\$name"
if [ "$1" = "base" ]; then
_path="$ZFS_JAIL_MNT/$(uname -r | cut -f1,2 -d'-')"
_path="base-$ZFS_JAIL_MNT/$(uname -r | cut -f1,2 -d'-')"
fi

cat <<EO_JAIL_CONF_HEAD
Expand Down
2 changes: 1 addition & 1 deletion provision/host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ disable_ntpd()
{
if grep -q ^ntpd_enable /etc/rc.conf; then
tell_status "disabling NTPd"
service ntpd onestop
service ntpd onestop || echo -n
sysrc ntpd_enable=NO
fi

Expand Down

0 comments on commit baf8e20

Please sign in to comment.