Skip to content

Commit

Permalink
rpm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilFreelancer committed Jul 3, 2017
1 parent be8d6df commit 35d98cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cleaner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ case $mode in
;;
"rpm")
path="$REPO_RPM"
filemask1="*client-8*.deb"
filemask2="*client-nls-*.deb"
filemask1="*client-8*.rpm"
filemask2="*client-nls-*.rpm"
;;
*)
echo "ERR: Wrong mode, only 'deb' or 'rpm' is available"
Expand Down

0 comments on commit 35d98cd

Please sign in to comment.