Skip to content
Snippets Groups Projects
Commit f7a16850 authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

pridano kopirovani souboru README.cesnet pri instalaci

parent e630ffcb
No related branches found
No related tags found
No related merge requests found
...@@ -192,6 +192,7 @@ make_warden_dir() ...@@ -192,6 +192,7 @@ make_warden_dir()
else else
err_clean err_clean
fi fi
cp -u CHANGELOG INSTALL LICENSE README README.cesnet "$client_path/doc"
} }
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
# otherwise) arising in any way out of the use of this software, even # otherwise) arising in any way out of the use of this software, even
# if advised of the possibility of such damage. # if advised of the possibility of such damage.
VERSION="1.0.0" VERSION="1.0.0"
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
...@@ -212,6 +213,7 @@ update_warden_dir() ...@@ -212,6 +213,7 @@ update_warden_dir()
else else
err_clean err_clean
fi fi
cp -u CHANGELOG INSTALL LICENSE README README.cesnet "$client_path/doc"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment