Remove extraneous variable
This commit is contained in:
parent
af6f90f9cb
commit
d833b439c7
@ -9,7 +9,7 @@ set -v
|
||||
# ifup eth0
|
||||
|
||||
# Ask for passwords
|
||||
IFS= read -sp 'Encryption password:' ENCPWD
|
||||
read -sp 'Encryption password:' ENCPWD
|
||||
echo
|
||||
|
||||
# Set up repositories
|
||||
|
Loading…
x
Reference in New Issue
Block a user