diff options
Diffstat (limited to 'src/common-utils/install.sh')
-rwxr-xr-x | src/common-utils/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common-utils/install.sh b/src/common-utils/install.sh index 8ac0a7c..878e9ca 100755 --- a/src/common-utils/install.sh +++ b/src/common-utils/install.sh @@ -292,7 +292,7 @@ cat << 'EOF' > /usr/local/bin/systemctl #!/bin/sh set -e if [ -d "/run/systemd/system" ]; then - exec /bin/systemctl/systemctl "$@" + exec /bin/systemctl "$@" else echo '\n"systemd" is not running in this container due to its overhead.\nUse the "service" command to start services instead. e.g.: \n\nservice --status-all' fi |