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

No push hook -> exit 0

parent 0db86c10
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ install_config_load
if [[ $ic_push == "" ]]
then
echo -e "${Red}No push hook for state dir!$None"
exit 1
exit 0
else
cd $USERCONFIG_ROOT/state || err cd faild
r -b "tar --create --to-stdout . | $ic_push bin/userconfig_state_server $ic_name"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment