This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
toobit.com |