Skip to content

Instantly share code, notes, and snippets.

View SiddharthBharadwaj's full-sized avatar

Siddharth Bharadwaj SiddharthBharadwaj

  • Somewhere In Milky-way Galaxy
View GitHub Profile
#!/bin/bash
set -e
OS=$(awk -F= '/^ID=/{print tolower($2)}' /etc/os-release | tr -d '"')
echo "Detected OS: $OS"
# TRICKEST_DATA_DIR - do not change this one, it it still not configurable, coming soon
TRICKEST_DATA_DIR="/data"
# TRICKEST_JOB_LOGS_PATH - do not change this one, it it still not configurable, coming soon
TRICKEST_JOB_LOGS_PATH="${TRICKEST_DATA_DIR}/storage/container"