Added distro check

This commit is contained in:
CosmicScale 2025-03-04 16:10:03 +00:00
parent 1b07111854
commit eccf942f4e
2 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,8 @@ fi
echo "########################################################################################################">> "${INSTALL_LOG}";
date >> "${INSTALL_LOG}"
echo >> "${INSTALL_LOG}"
cat /etc/*-release >> "${INSTALL_LOG}" 2>&1
echo >> "${INSTALL_LOG}"
echo "Path set to: $TOOLKIT_PATH" >> "${INSTALL_LOG}"
echo "Helper files found." >> "${INSTALL_LOG}"

View File

@ -36,6 +36,8 @@ fi
echo "########################################################################################################">> "${LOG_FILE}";
date >> "${LOG_FILE}"
echo >> "${LOG_FILE}"
cat /etc/*-release >> "${LOG_FILE}" 2>&1
echo >> "${LOG_FILE}"
echo "Path set to: $TOOLKIT_PATH" >> "${LOG_FILE}"
echo "Helper files found." >> "${LOG_FILE}"