This commit is contained in:
@@ -53,8 +53,8 @@ if ! command -v jq &> /dev/null; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# read ~/.config/simple_object_storage/config.json
|
||||
CONFIG_PATH="${SCRIPT_DIR}/config.json"
|
||||
# read sos_config.json
|
||||
CONFIG_PATH="${SCRIPT_DIR}/sos_config.json"
|
||||
if [ ! -f "${CONFIG_PATH}" ]; then
|
||||
echo "config file not found at ${CONFIG_PATH}"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user