Skip to content
Snippets Groups Projects
Commit ce2d5423 authored by Seblu's avatar Seblu
Browse files

Fix missing pkg_regex handling

parent e6049952
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,8 @@ case $1 in
*) usage;;
esac
pkg_regex="$2"
list_tmp=$(mktemp)
ssh "$pkg_host" \
"find '$pkg_base' -type f \
......
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