🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-14 10:12:57 -04:00
parent 66da879e54
commit 8070b5921c
2 changed files with 6 additions and 3 deletions

View File

@@ -172,7 +172,7 @@ podman | docker)
*) # Execute primary command
if [ $# -eq 0 ]; then
podman-tui
/etc/init.d/podman start
exit ${exitCode:-$?}
else
__exec_command "$@"