mirror of
https://github.com/iLLeniumStudios/fivem-resource-watcher
synced 2024-02-26 13:38:52 +01:00
Update
This commit is contained in:
+3
-1
@@ -36,7 +36,9 @@ else
|
||||
fi
|
||||
|
||||
echo "${DIFF}" | while read -r changed; do
|
||||
echo $changed
|
||||
STATUS=${changed:0:1}
|
||||
changed=${changed#??}
|
||||
echo $STATUS
|
||||
if beginswith ${RESOURCES_FOLDER} "${changed}"; then
|
||||
echo "In the resources folder"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user