remove aufs version number from msg since it is not correct

pull/40/head
TomasM 2017-11-13 01:59:04 -05:00
parent 402df56859
commit 3a15d6b876
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ init_union()
debug_log "init_union" "$*"
echo_green_star
echo "Setting up union using AUFS 3"
echo "Setting up union using AUFS"
mkdir -p "$1"
mkdir -p "$2"
mount -t aufs -o xino="/.xino",trunc_xino,br="$1" aufs "$2"