Fixed missing variable

This commit is contained in:
Fr4nz D13trich 2025-12-27 11:01:30 +01:00
parent 6dccf9c1e4
commit 57c0770950
2 changed files with 4 additions and 0 deletions

View file

@ -75,6 +75,8 @@ dependency_check () {
### UPDATE SCRIPT
update_script() {
REMOTE_SCRIPT_URL=https://lab.c95.org/fr4nz/helium-helper/raw/branch/main/$SCRIPT_FILE_NAME
### CHECK FOR LOCAL SCRIPT
if ! [ -f "$SCRIPT_PATH/$SCRIPT_FILE_NAME" ] ; then
echo "${DATE} | Failed to update script - local file not found" >> $LOG