mirror of
https://github.com/iLLeniumStudios/fivem-resource-watcher
synced 2024-02-26 13:38:52 +01:00
Update
This commit is contained in:
+6
-1
@@ -34,6 +34,11 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "${DIFF}" | while read -r changed; do
|
echo "${DIFF}" | while read -r changed; do
|
||||||
|
if [[ ${changed} == ${RESOURCES_FOLDER}* ]] ;
|
||||||
echo $changed;
|
echo $changed;
|
||||||
echo "New line"
|
then
|
||||||
|
echo "In the resources folder"
|
||||||
|
else
|
||||||
|
echo "No in resources"
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user