We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82febf6 commit 7776502Copy full SHA for 7776502
1 file changed
install.sh
@@ -1821,7 +1821,7 @@ convert_settings_file() # prior_file, new_file
1821
local MSG="Converting '$( basename "${PRIOR_FILE}" )' to new format if needed."
1822
display_msg --log progress "${MSG}"
1823
1824
- DIR="/tmp/converted_settings"
+ DIR="${ALLSKY_LOGS}/converted_settings"
1825
mkdir -p "${DIR}"
1826
local TEMP_PRIOR="${DIR}/PRIOR-${PRIOR_CAMERA_TYPE}_${PRIOR_CAMERA_MODEL// /_}.json"
1827
local DELETED_SETTINGS="${DIR}/deleted_settings.txt"
0 commit comments