summaryrefslogtreecommitdiffstats
path: root/lib/container
diff options
context:
space:
mode:
Diffstat (limited to 'lib/container')
-rwxr-xr-xlib/container/log2
-rwxr-xr-xlib/container/start2
2 files changed, 1 insertions, 3 deletions
diff --git a/lib/container/log b/lib/container/log
index 200177c..b220b5f 100755
--- a/lib/container/log
+++ b/lib/container/log
@@ -119,8 +119,6 @@ else
LOGS="${LOG}"
fi
-# FIXME: user
-
for LOG in ${LOGS}
do
case "${LOG}" in
diff --git a/lib/container/start b/lib/container/start
index 925749c..82f9314 100755
--- a/lib/container/start
+++ b/lib/container/start
@@ -403,7 +403,7 @@ fi
case "${SYSTEMCTL}" in
true)
systemctl start ${PROGRAM}@${NAME}.service
- # FIXME start console .. after sleep? + configuration option
+
exit 0
;;
esac