added sbin to path
This commit is contained in:
parent
d6b2f13fac
commit
53d6a20b21
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ shell() {
|
|||
|
||||
main() {
|
||||
|
||||
export PATH="/bin:$PATH"
|
||||
export PATH="/bin:/sbin:$PATH"
|
||||
|
||||
[ "$1" = "transfer-directory" ] && transfer_directory "$2"
|
||||
[ "$1" = "remount" ] && remount "$2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue