diff options
author | startxfr <clarue@startx.fr> | 2015-11-28 14:39:12 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-11-28 14:39:12 +0100 |
commit | 151b31b6f47fb3d96afdd66138ff40d92cac6202 (patch) | |
tree | c9d3acd3354a0dcb8e65a641a6583669c55acd01 /OS/sx-lib.sh | |
parent | 18a451ed0758a4f9736fd4ac68d3c51e4ea8d773 (diff) | |
download | phpmyadmin-151b31b6f47fb3d96afdd66138ff40d92cac6202.tar.gz phpmyadmin-151b31b6f47fb3d96afdd66138ff40d92cac6202.tar.bz2 phpmyadmin-151b31b6f47fb3d96afdd66138ff40d92cac6202.tar.xz phpmyadmin-151b31b6f47fb3d96afdd66138ff40d92cac6202.zip |
mise en place du service apache
Diffstat (limited to 'OS/sx-lib.sh')
-rw-r--r-- | OS/sx-lib.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OS/sx-lib.sh b/OS/sx-lib.sh index 2fcb5aa..22aa84a 100644 --- a/OS/sx-lib.sh +++ b/OS/sx-lib.sh @@ -16,3 +16,9 @@ function display_container_header { fi echo "+=====================================================" } + +function display_container_started { + echo "+=====================================================" + echo "| Container $HOSTNAME is now running..." + echo "+=====================================================" +}
\ No newline at end of file |