Apply 2 suggestion(s) to 1 file(s)

Co-authored-by: Nate Graham <nate@kde.org>
This commit is contained in:
Paul Brown
2026-07-31 22:56:14 +00:00
parent 15f2b4b82c
commit f2c6df3788

View File

@@ -14,7 +14,7 @@ set -e
# Test to see if the user added a name for their extension. Otherwise use 'kde'
SYSEXT_NAME="kde"
# Chack for parameters (see "usage" function above)
# Check for parameters (see "usage" function above)
while getopts "n:d:h" option; do
case "${option}" in
n)
@@ -43,7 +43,7 @@ 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}..."