Deploy: Fix capitalization of .AppImage

This commit is contained in:
Mike Salvatore 2022-04-10 14:57:13 -04:00
parent 420e99a902
commit 151df34ec8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ SCRIPT_DIR="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
SYSTEMD_UNIT_FILENAME="infection-monkey.service"
SYSTEMD_DIR="/lib/systemd/system"
MONKEY_BIN="/opt/infection-monkey/bin"
APPIMAGE_NAME="InfectionMonkey.appimage"
APPIMAGE_NAME="InfectionMonkey.AppImage"
echo_help() {
echo "Installs the Infection Monkey service to run on boot."