Skip to content
Snippets Groups Projects
Verified Commit 3f7d1fc5 authored by David Beniamine's avatar David Beniamine
Browse files

Fix removal of incrments

parent f2a4799b
Branches
No related tags found
No related merge requests found
...@@ -21,8 +21,8 @@ retrie_on_fail(){ ...@@ -21,8 +21,8 @@ retrie_on_fail(){
else else
cat <<EOF | lftp $host cat <<EOF | lftp $host
user $user $ftppass user $user $ftppass
rm -rf $remotedir/*-inc* glob rm $remotedir/*-inc*
rm -rf $remotedir/*-new-signatures* glob rm $remotedir/*-new-signatures*
EOF EOF
fi fi
backup "cleaned" backup "cleaned"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment