Style fixes

pull/108/head
Bruno Sutic 2022-05-30 08:45:23 +02:00
parent 64a059996f
commit 0ad6174ec5
No known key found for this signature in database
GPG Key ID: CAFA7B1B2914ED81
1 changed files with 3 additions and 4 deletions

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