File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed
Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 44
55[install]
66is_configured = 0
7- install_source_checksum = 392ca9b5c7340c4ec11efdcc289b77e79a7881a8
7+ install_source_checksum = a24b2226b44b37a4cda763dde05700a0d28e7839
88
99[ui]
1010is_visible = 1
@@ -13,6 +13,6 @@ label = Geo Maps
1313[launcher]
1414author = D. Dessy
1515description =
16- version =
16+ version = 0.0.9
1717
1818#
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ version = 8.2.3
4242modtime = 1638282675.725145000
4343
4444[app/install/install_source_checksum]
45- version = 8.2.3
46- modtime = 1638280845.388753000
45+ version = 8.2.3.2
46+ modtime = 1639645979.854703000
4747
4848[nav/default]
4949version = 8.2.3
Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ APP=geomaps
33APP_FILE=${APP} .spl
44APP_LOCATION=/opt/splunk/share/splunk/app_packages/${APP_FILE}
55source .env
6- # Ask Splunk to package app
7- curl -k -u admin:$SPLUNK_PASSWORD https://localhost:8089/services/apps/local/$APP /package
8- # Download the app
6+ echo " Asking Splunk to package ${APP_FILE} ... "
7+ curl -s - k -u admin:$SPLUNK_PASSWORD https://localhost:8089/services/apps/local/$APP /package
8+ echo " Downloading ${APP_FILE} ... "
99docker cp so1:$APP_LOCATION .
10- # Expand app
11- tar xvf ${APP_FILE} -C apps/
10+ echo " Expanding ${APP_FILE} ..."
11+ tar -xf ${APP_FILE} -C apps/
12+ echo " Done."
You can’t perform that action at this time.
0 commit comments