Skip to content

Commit

Permalink
fix end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
aarz-snl committed Dec 14, 2023
1 parent f832cd0 commit 3cd614e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Chapter 3 Files/unattended_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1179,4 +1179,6 @@ elif [ "$1" == "update" ]; then
update
elif [ "$1" == "unattended" ]; then
unattended_install
else
else
usage
fi

0 comments on commit 3cd614e

Please sign in to comment.