fix sudo value

This commit is contained in:
2023-07-11 10:01:06 +00:00
parent abfbeb2291
commit 7483784ead
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
#!/bin/bash
$SUDO_CMD="sudo"
#echo "SUDO_CMD: $SUDO_CMD";
if [ "$1" != "--force" ]; then
if [ -f /usr/local/bin/start-systemd-namespace ]; then
echo "It appears you have already installed the systemd hack."