mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-21 05:43:20 -07:00
Remove stray echo
This commit is contained in:
parent
1e78e5e2f5
commit
4317452c21
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ install_plexupdate() {
|
||||||
if git remote -v 2>/dev/null | grep -q "plexupdate"; then
|
if git remote -v 2>/dev/null | grep -q "plexupdate"; then
|
||||||
echo -n "Found existing plexupdate repository in '$FULL_PATH', updating... "
|
echo -n "Found existing plexupdate repository in '$FULL_PATH', updating... "
|
||||||
git pull &>/dev/null || abort "Unknown error while updating, please check '$FULL_PATH' and then try again."
|
git pull &>/dev/null || abort "Unknown error while updating, please check '$FULL_PATH' and then try again."
|
||||||
echo
|
|
||||||
else
|
else
|
||||||
abort "'$FULL_PATH' appears to contain a different git repository, cannot continue"
|
abort "'$FULL_PATH' appears to contain a different git repository, cannot continue"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue