Skip to content
Snippets Groups Projects
Commit df5b4cce authored by Jan Soukal's avatar Jan Soukal
Browse files

uprava instalacniho skriptu #926

parent 566390fd
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ err()
#-------------------------------------------------------------------------------
# edit when you build new package
version="2.1-beta"
version="2.2-beta"
package_name="warden-client"
package="${package_name}-${version}"
......
File added
4d05f9267428cf0cc850579e3e90840e79e4f93b warden-client-2.2-beta.tar.gz
warden-client-2.1
warden-client-2.2
......@@ -139,7 +139,7 @@ modules_chck()
make_warden_dir()
{
echo -n "Creating warden client directory ... "
test -d $prefix || mkdir -p prefix
test -d $prefix || mkdir -p $prefix
if cp -R ${dirname}/warden-client $prefix 2> $err; then
echo "OK"
......@@ -223,7 +223,7 @@ make_conf_file()
# timeout number. Also, in case of receiving clients, you
# can optimize the MAX_RCV_EVENTS_LIMIT value.
#-------------------------------------------------------------------------------
$CONNECTION_TIMEOUT = 60;
\$CONNECTION_TIMEOUT = 60;
#-------------------------------------------------------------------------------
# Log options
......
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