Update nasbeery2
This commit is contained in:
parent
cc5dbfdbbe
commit
d614abb106
@ -46,11 +46,9 @@ shift $((OPTIND-1))
|
|||||||
|
|
||||||
if [[ $(ls nasbeery.conf) ]]; then
|
if [[ $(ls nasbeery.conf) ]]; then
|
||||||
source nasbeery.conf
|
source nasbeery.conf
|
||||||
PASSWORD_REPEAT=$PASSWORD
|
|
||||||
else
|
else
|
||||||
cat << EOF > nasbeery.conf
|
cat << EOF > nasbeery.conf
|
||||||
USERNAME=$USERNAME
|
USERNAME=$USERNAME
|
||||||
PASSWORD='$PASSWORD'
|
|
||||||
HOSTNAME=$HOSTNAME
|
HOSTNAME=$HOSTNAME
|
||||||
DOMAIN=$DOMAIN
|
DOMAIN=$DOMAIN
|
||||||
FORMAT=$FORMAT
|
FORMAT=$FORMAT
|
||||||
|
Loading…
Reference in New Issue
Block a user