Indentation
This commit is contained in:
parent
9f0ff21b2a
commit
a6c173e3f0
|
@ -72,13 +72,13 @@ function update_sip_user {
|
|||
fi
|
||||
else
|
||||
if [[ "$line" == *"<extension>"* ]]; then
|
||||
line="<extension>$EXTENSION</extension>"
|
||||
line=" <extension>$EXTENSION</extension>"
|
||||
fi
|
||||
if [[ "$line" == *"<secret>"* ]]; then
|
||||
line="<secret>$PASSWORD</secret>"
|
||||
line=" <secret>$PASSWORD</secret>"
|
||||
fi
|
||||
if [[ "$line" == *"<display>"* ]]; then
|
||||
line="<display>$MY_USERNAME $EXTENSION</display>"
|
||||
line=" <display>$MY_USERNAME $EXTENSION</display>"
|
||||
USER_FOUND=
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue