fix sudo value
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user