Fixed missing variable
This commit is contained in:
parent
6dccf9c1e4
commit
57c0770950
2 changed files with 4 additions and 0 deletions
|
|
@ -333,6 +333,8 @@ script_version() {
|
|||
|
||||
### 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 -e "\n ${YEL}$SCRIPT_FILE_NAME not found...${CRS}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue