diff --git a/mkosi.extra/usr/bin/set-up-systemd-extension b/mkosi.extra/usr/bin/set-up-systemd-extension index 6aa3dec..1b23f82 100644 --- a/mkosi.extra/usr/bin/set-up-systemd-extension +++ b/mkosi.extra/usr/bin/set-up-systemd-extension @@ -15,10 +15,10 @@ SYSEXT_ROOT_LOCATION="/var/lib/extensions/" echo if [ -f "${SYSEXT_LOCATION}/extension-release.${SYSEXT_NAME}" ]; then - echo '== Systemd system extension ${SYSEXT_NAME}: already set up, skipping ==' + echo '== Systemd system extension “${SYSEXT_NAME}”: already set up, skipping ==' else echo '== Systemd system extension: needs setup ==' - echo "Setting up extension ${SYSEXT_NAME} at ${SYSEXT_BASE_LOCATION}..." + echo "Setting up extension “${SYSEXT_NAME}” at ${SYSEXT_BASE_LOCATION}..." # Create directory to hold this system extension mkdir -p "${SYSEXT_LOCATION}"