Style fixes

This commit is contained in:
Bruno Sutic
2022-05-30 08:45:23 +02:00
parent 64a059996f
commit 0ad6174ec5

View File

@ -59,7 +59,6 @@ write_unit_file() {
}
write_unit_file_unless_exists() {
local systemd_unit_file_dir=$(dirname ${systemd_unit_file_path})
if ! [ -d $systemd_unit_file_dir ]; then
mkdir -p $systemd_unit_file_dir