Build: Rename move_appimage() -> copy_appimage()

This commit is contained in:
Mike Salvatore 2022-05-05 10:02:22 -04:00
parent e1b053f000
commit 56bdbe5ac6
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ echo_help() {
} }
install_service() { install_service() {
move_appimage copy_appimage
install_systemd_unit "$1" install_systemd_unit "$1"
@ -32,7 +32,7 @@ install_service() {
Run 'systemctl start infection-monkey' to start the service now." Run 'systemctl start infection-monkey' to start the service now."
} }
move_appimage() { copy_appimage() {
sudo mkdir --mode=0755 -p "${MONKEY_BIN}" sudo mkdir --mode=0755 -p "${MONKEY_BIN}"
if [ "${APPIMAGE}" != "${MONKEY_BIN}/${APPIMAGE_NAME}" ] ; then if [ "${APPIMAGE}" != "${MONKEY_BIN}/${APPIMAGE_NAME}" ] ; then