Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
d9f54300
Commit
d9f54300
authored
Jul 19, 2023
by
Jeffrey Morgan
Browse files
library: add echo for verify progress
parent
15112197
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
library/publish.sh
library/publish.sh
+1
-0
No files found.
library/publish.sh
View file @
d9f54300
...
@@ -10,6 +10,7 @@ function process_line {
...
@@ -10,6 +10,7 @@ function process_line {
# Get the filename from the URL
# Get the filename from the URL
local
filename
=
models/
$(
basename
$url
)
local
filename
=
models/
$(
basename
$url
)
echo
"verifying
$filename
..."
# If the file exists, compute its checksum
# If the file exists, compute its checksum
if
[
-f
$filename
]
;
then
if
[
-f
$filename
]
;
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