Skip to content

Commit

Permalink
Update installUpgradeFunctions.sh: another shellcheck fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Feb 1, 2025
1 parent 1f10a58 commit 7c9f84c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/installUpgradeFunctions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,7 @@ function umount_tmp()
fi
}
#echo -e "\nUUU after, RET=$RET, df:"; df -h|grep allsky;echo "fstab:";grep allsky /etc/fstab; echo "mount:"; mount|grep allsky
# shellcheck disable=SC2103,SC2164
cd - >/dev/null 2>&1
return "${RET}"
}
Expand Down

0 comments on commit 7c9f84c

Please sign in to comment.