Skip to content

Commit 92911e4

Browse files
committed
[fix] : Fixed command typo
1 parent f5ec25b commit 92911e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
@@ -37,7 +37,7 @@ _systemd_service enable systemd-timesyncd.service
3737
# https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/923
3838
for _service in "pipewire.service" "pipewire-pulse.service"; do
3939
#if systemctl --user --global cat "${_service}" 1> /dev/null 2>&1; then
40-
if (( "$(suystemctl --user --global list-unit-files "${_service}" | wc -l)" > 3 )); then
40+
if (( "$(systemctl --user --global list-unit-files "${_service}" | wc -l)" > 3 )); then
4141
systemctl --user --global enable "${_service}"
4242
fi
4343
done

0 commit comments

Comments
 (0)