X-Git-Url: http://git.onelab.eu/?p=sliceimage.git;a=blobdiff_plain;f=bin%2Flxc-sliceimage;fp=bin%2Flxc-sliceimage;h=d0c4438380732db49138a20ed7957a12da4dd432;hp=51ff6597b08f30e1d67d1339a4ad956fe7f3f5c4;hb=7125e91b3208eccdb3ff800d0361d81a206091db;hpb=30cbd6fbb904ad1b6ae459daf14781da5991d99d diff --git a/bin/lxc-sliceimage b/bin/lxc-sliceimage index 51ff659..d0c4438 100755 --- a/bin/lxc-sliceimage +++ b/bin/lxc-sliceimage @@ -28,8 +28,7 @@ function check_node () { function start () { - echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" - echo "lxc-sliceimage: starting on $(date)" + echo "lxc-sliceimage: --- STARTING $(date) ---" check_node @@ -62,8 +61,7 @@ function start () { # create ref images from stubs unfold_system_slices - echo "lxc-sliceimage: done on $(date)" - echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" + echo "lxc-sliceimage: --- DONE $(date) ---" } function status () { @@ -220,7 +218,7 @@ function unfold_system_slice_from_cloned () { # run with the --tty option to see results, otherwise get that logged case "$1" in --tty) shift;; - *) exec >> /var/log/lxc-sliceimage.log 2>&1 ;; + *) exec >> /var/log/lxc-sliceimage 2>&1 ;; esac case "$1" in