quiet?
This commit is contained in:
parent
5e6f6a7ea0
commit
f907cf746a
@ -9,7 +9,7 @@ script_name="heavy_script.sh"
|
|||||||
cd "$script_path" || exit
|
cd "$script_path" || exit
|
||||||
git fetch &> /dev/null
|
git fetch &> /dev/null
|
||||||
|
|
||||||
if git diff --name-only origin/beta | grep -eq ".sh" ; then
|
if git diff --name-only origin/beta | grep -e -q ".sh" ; then
|
||||||
echo "Found a new version of HeavyScript, updating myself..."
|
echo "Found a new version of HeavyScript, updating myself..."
|
||||||
git reset --hard -q
|
git reset --hard -q
|
||||||
git pull --force -q
|
git pull --force -q
|
||||||
|
Loading…
Reference in New Issue
Block a user