Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gonzalo S Nido
azure-utils
Commits
b0219f8c
Commit
b0219f8c
authored
Sep 11, 2020
by
Gonzalo S Nido
Browse files
Fixed small typo
parent
443d218a
Changes
1
Hide whitespace changes
Inline
Side-by-side
mount_fileshare.sh
100644 → 100755
View file @
b0219f8c
...
...
@@ -80,7 +80,7 @@ while getopts ":s:f:m:pc:u:g:h" opt; do
done
shift
$((
OPTIND
-
1
))
if
[[
${
PERSIST
}
==
1]]
;
then
if
[[
${
PERSIST
}
==
1
]]
;
then
echo
"Option -p is still not implemented, sorry."
fi
...
...
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