Fix linting
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
052fb6bada
commit
d674625594
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
@ -153,7 +153,7 @@ done
|
||||||
print_section "Copying systemd services"
|
print_section "Copying systemd services"
|
||||||
for file in "${SYSTEM_DIR}/etc/systemd/system/"*
|
for file in "${SYSTEM_DIR}/etc/systemd/system/"*
|
||||||
do
|
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"
|
sudo install -m 644 "${file}" "/etc/systemd/system"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue