diff --git a/path/wdvn-mod b/path/wdvn-mod index e39bc34..6e6cf26 100755 --- a/path/wdvn-mod +++ b/path/wdvn-mod @@ -11,4 +11,10 @@ fi if [ -f "$2/chroot" ]; then wdvn-chroot "$2" "/chroot" rm "$2/chroot" -fi \ No newline at end of file +fi + +if [ -f "$2/chroot-out" ]; then + source "$2/chroot-out" + rm "$2/chroot-out" +fi +