diff --git a/install b/install index 230820c..6c2a2d3 100755 --- a/install +++ b/install @@ -153,7 +153,7 @@ done print_section "Copying systemd services" for file in "${SYSTEM_DIR}/etc/systemd/system/"* do - print_log "Copy ${YELLOW}$(basename ${file})${RESET} to ${YELLOW}/etc/systemd/system${RESET}" + print_log "Copy ${YELLOW}$(basename "${file}")${RESET} to ${YELLOW}/etc/systemd/system${RESET}" sudo install -m 644 "${file}" "/etc/systemd/system" done