Skip to content

Commit 6b078a5

Browse files
committed
[fix] : Fixed typo
1 parent f500783 commit 6b078a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/share-extra/airootfs.any/root/customize_airootfs_share-extra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ _systemd_service enable systemd-timesyncd.service
3535
# Do not use _systemd_service because pipewire services are not system but user
3636
# Use flag "--user --global"
3737
# https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/923
38-
for _service in "pipewire.service" "pipewire-pulse.service"
38+
for _service in "pipewire.service" "pipewire-pulse.service"; do
3939
if systemctl --user --global cat "${_service}" 1> /dev/null 2>&1; then
4040
systemctl --user --global enable "${_service}"
4141
fi

0 commit comments

Comments
 (0)