mirror of
https://github.com/KDE/kde-linux.git
synced 2026-08-04 03:02:45 -04:00
Apply 2 suggestion(s) to 1 file(s)
Co-authored-by: Nate Graham <nate@kde.org>
This commit is contained in:
@@ -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}..."
|
||||
|
||||
Reference in New Issue
Block a user