Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
d698c109
Commit
d698c109
authored
Mar 26, 2018
by
Pål Håland
Browse files
remove spaces around assignment
parent
7b327d47
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/routeros.sh
View file @
d698c109
...
@@ -22,7 +22,7 @@ routeros_deploy() {
...
@@ -22,7 +22,7 @@ routeros_deploy() {
if
[
-z
"
$ROUTER_OS_HOST
"
]
;
then
if
[
-z
"
$ROUTER_OS_HOST
"
]
;
then
_debug
"Using _cdomain as ROUTER_OS_HOST, please set if not correct."
_debug
"Using _cdomain as ROUTER_OS_HOST, please set if not correct."
ROUTER_OS_HOST
=
"
$_cdomain
"
ROUTER_OS_HOST
=
"
$_cdomain
"
fi
fi
if
[
-z
"
$ROUTER_OS_USERNAME
"
]
;
then
if
[
-z
"
$ROUTER_OS_USERNAME
"
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment