Skip to content

Commit

Permalink
Serious bug in export has been fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Schneider committed Feb 18, 2016
1 parent 6d1013a commit 7ba6e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iocage
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ unset LANG
PATH=${PATH}:/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin

if [ "${1}" = "--version" -o "${1}" = "version" ] ; then
echo "iocage 1.7.3 (2015/08/13)"
echo "iocage 1.7.4 (2016/02/17)"
exit 0
fi

Expand Down
2 changes: 1 addition & 1 deletion lib/ioc-image
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ __export () {
_fulluuid="$(__check_name $_name)"
_jail_path="$(__get_jail_prop mountpoint $_fulluuid)"
_state=$(jls|grep ${_jail_path} | wc -l)
_mountpoint="$(__get-jail_prop mountpoint $_fulluuid)"
_mountpoint="$(__get_jail_prop mountpoint $_fulluuid)"

if [ -z $_name ] ; then
echo " ERROR: Missing UUID!"
Expand Down

0 comments on commit 7ba6e4e

Please sign in to comment.