From 6658cb1a76627fff20bdacc06960d5fb18b95d97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20H=C3=A1na?= Date: Tue, 17 Mar 2020 10:22:33 +0100 Subject: [PATCH] fix joomla script --- joomla.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joomla.sh b/joomla.sh index 5cde1bd..c9940f3 100644 --- a/joomla.sh +++ b/joomla.sh @@ -1,3 +1,3 @@ #/bin/bash -find . -type f -iwholename "*libraries/joomla/version.php" -exec grep -H "version = \"" {} \; +find $1 -type f -iwholename "*libraries/joomla/version.php" -exec grep -H "version = \"" {} \;