diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-05-18 17:19:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-06-03 11:36:02 +0000 |
commit | 47d54ddd9ab3634aa58315fe4e92d110a0609739 (patch) | |
tree | 5d3b894607f0f9e6e9eda54c86f465514ce2aa77 /share/scripts/debconf | |
parent | Removing screen session handling in container-autostart program, containers s... (diff) | |
download | compute-tools-47d54ddd9ab3634aa58315fe4e92d110a0609739.tar.xz compute-tools-47d54ddd9ab3634aa58315fe4e92d110a0609739.zip |
Reworking container-autostart program into container auto command.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/scripts/debconf')
-rwxr-xr-x | share/scripts/debconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/scripts/debconf b/share/scripts/debconf index 3bacbeb..55c2b8b 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -46,7 +46,7 @@ Parameters () shift 2 ;; - --cnt.autostart) + --cnt.auto) # ignore shift 2 ;; |