correct directory in bwroot
This commit is contained in:
parent
84581cfd9e
commit
e110544d4e
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
ROOT=""$HOME"/Documents/alpchroot"
|
||||
ROOT=""$HOME"/Documents/Miscellaneous/alpchroot"
|
||||
|
||||
case "$1" in
|
||||
"") echo "usage: bwroot ARGUMENT" >&2; exit 1; ;;
|
||||
|
@ -12,5 +12,6 @@ case "$1" in
|
|||
--bind "$PWD" "$PWD" \
|
||||
--bind "$HOME" "$HOME" \
|
||||
--unshare-all \
|
||||
--share-net \
|
||||
"$@" ;;
|
||||
esac
|
Loading…
Add table
Reference in a new issue