Skip to content
Snippets Groups Projects
Commit f5220947 authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

USERCONFIG-LIB FIX in logging

parent 81ff2f34
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,7 @@ install_begin(){
echo -e "${Blue}INSTALLING $install_name$None (version $version)"
echo $version > $state_run_dir/version
echo installing > $state_run_dir/state
printf "%q " "$0" "$@" > $state_run_dir/args
printf "%s" "$global_args" > $state_run_dir/args
date -Iseconds > $state_run_dir/date
git rev-parse --verify HEAD > $state_run_dir/commit
git diff > $state_run_dir/git_diff
......@@ -240,6 +240,8 @@ need_state_server(){
true
}
global_args="$(printf "%q " "$0" "$@")"
if [[ $1 == -v ]]
then
version(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment