mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-18 01:07:03 +10:00
Fix Mac bug with find
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ fi
|
||||
|
||||
if [ -d $foldername ]; then
|
||||
cd $foldername
|
||||
find > /tmp/manifest.test
|
||||
find . > /tmp/manifest.test
|
||||
diff manifest /tmp/manifest.test
|
||||
if [ "$?" == "0" ]; then
|
||||
echo "Clean Install $foldername"
|
||||
|
||||
Reference in New Issue
Block a user