Skip to content

Commit 7776502

Browse files
authored
Update install.sh: Change location of log files
1 parent 82febf6 commit 7776502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,7 @@ convert_settings_file() # prior_file, new_file
18211821
local MSG="Converting '$( basename "${PRIOR_FILE}" )' to new format if needed."
18221822
display_msg --log progress "${MSG}"
18231823

1824-
DIR="/tmp/converted_settings"
1824+
DIR="${ALLSKY_LOGS}/converted_settings"
18251825
mkdir -p "${DIR}"
18261826
local TEMP_PRIOR="${DIR}/PRIOR-${PRIOR_CAMERA_TYPE}_${PRIOR_CAMERA_MODEL// /_}.json"
18271827
local DELETED_SETTINGS="${DIR}/deleted_settings.txt"

0 commit comments

Comments
 (0)