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

oprava chybneho kopirovani obsahu adresare warden-client pri backup

parent 28735ec5
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,7 @@ backup() ...@@ -149,7 +149,7 @@ backup()
{ {
echo -n "Backing-up warden client directory ... " echo -n "Backing-up warden client directory ... "
mkdir $backup_dir mkdir $backup_dir
if cp -R $client_path $backup_dir 2> $err; then if cp -R ${client_path}/* $backup_dir 2> $err; then
echo "OK" echo "OK"
else else
err err
......
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