Merge pull request #154 from honza801/patch-1

Update nfs-lib.sh
master
Harald Hoyer 2016-09-02 10:07:21 +02:00 committed by GitHub
commit fea9be7ac1
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ anaconda_nfs_to_var() {
# IPv6 nfs path will be treated separately # IPv6 nfs path will be treated separately
anaconda_nfsv6_to_var() { anaconda_nfsv6_to_var() {
nfs="nfs" nfs="nfs"
path="$1:" path="$1"
options="${path#*:/}" options="${path#*:/}"
path="/${options%%:*}" path="/${options%%:*}"
server="${1#*nfs:}" server="${1#*nfs:}"