mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 18:04:55 +01:00
hdfs: correct username parameter in integration tests
This commit is contained in:
parent
e3c238ac95
commit
feaacfd226
@ -12,7 +12,7 @@ start() {
|
|||||||
|
|
||||||
echo type=hdfs
|
echo type=hdfs
|
||||||
echo namenode=127.0.0.1:8020
|
echo namenode=127.0.0.1:8020
|
||||||
echo user=root
|
echo username=root
|
||||||
}
|
}
|
||||||
stop() {
|
stop() {
|
||||||
if status ; then
|
if status ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user