We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab940ab commit 21c4c2eCopy full SHA for 21c4c2e
docker-compose.yml
@@ -5,7 +5,7 @@ volumes:
5
driver: local
6
driver_opts:
7
type: 'none'
8
- device: /opt/BeaKer/snapshots
+ device: /var/BeaKer/snapshots
9
o: bind
10
services:
11
elasticsearch:
installer/stage/BeaKer/install_beaker.sh
@@ -177,10 +177,10 @@ EOF
177
178
ensure_snapshot_repo_exists() {
179
# Create snapshot folder if it doesn't exist
180
- if [ ! -d "/opt/BeaKer/snapshots" ]; then
181
- $SUDO mkdir "/opt/BeaKer/snapshots"
+ if [ ! -d "/var/BeaKer/snapshots" ]; then
+ $SUDO mkdir -p "/var/BeaKer/snapshots"
182
fi
183
- $SUDO chmod 777 /opt/BeaKer/snapshots
+ $SUDO chmod 777 /var/BeaKer/snapshots
184
}
185
186
require_aih_web_server_listening () {
0 commit comments