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
Paulo Roberto Pereira da Silva
Script Customization Zammad
Commits
91af45ef
Commit
91af45ef
authored
Sep 28, 2022
by
Paulo Pereira
Browse files
Remove feedback downloading images
parent
271277c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
std-customization.sh
View file @
91af45ef
...
...
@@ -8,11 +8,9 @@ then
else
BASE_DIR_ZAMMAD
=
$(
docker inspect
$CONTAINER_ID
|
grep
'"Source":'
|
awk
{
'print $2'
}
|
tr
-d
'"'
|
tr
-d
','
)
echo
-e
"
[DOWNLOADING IMAGES
...]
$(
date
)
"
echo
-e
"
\n\n
[COPYING CUSTOMIZED FILES TO CONTAINER'S VOLUME
...]
$(
date
)
"
cp
customized-files/UFRPE_Digital-08.png
$BASE_DIR_ZAMMAD
/public/assets/images/UFRPE_Digital-08.png
cp
customized-files/std-fundo_azulescuro.JPG
$BASE_DIR_ZAMMAD
/public/assets/images/std-fundo_azulescuro.JPG
echo
-e
"
\n\n
[COPYING CUSTOMIZED FILES TO CONTAINER'S VOLUME...]
$(
date
)
"
cp
customized-files/index.html.erb
$BASE_DIR_ZAMMAD
/app/views/knowledge_base/public/categories/index.html.erb
cp
customized-files/dashboard.jst.eco
$BASE_DIR_ZAMMAD
/app/assets/javascripts/app/views/dashboard.jst.eco
cp
customized-files/login.jst.eco
$BASE_DIR_ZAMMAD
/app/assets/javascripts/app/views/login.jst.eco
...
...
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