Skip to content

Commit

Permalink
Fix for install script
Browse files Browse the repository at this point in the history
  • Loading branch information
tblock79 authored Dec 11, 2024
1 parent 0c2d9c9 commit 54a8003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ $UBUNTU_VERSION != "20.04" ] && [ $UBUNTU_VERSION != "22.04" ] && [ $UBUNTU
exit 1
fi

if [ ! -f "VERSION" ]; then
if [ ! -f "app/VERSION" ]; then
echo "Error: VERSION file missing. Unable to proceed."
exit 1
fi
Expand Down Expand Up @@ -562,4 +562,4 @@ case "$INSTALL_TYPE" in
;;
esac

echo "Installation complete"
echo "Installation complete"

0 comments on commit 54a8003

Please sign in to comment.