Update git-backup.sh
This commit is contained in:
parent
5a2bdba98a
commit
25d5f66f5e
1 changed files with 2 additions and 2 deletions
|
@ -184,8 +184,8 @@ elif [ "$INSTALL" = 1 ]; then
|
||||||
killall -q inotifywait >/dev/null 2>&1
|
killall -q inotifywait >/dev/null 2>&1
|
||||||
/opt/bin/opkg --autoremove remove inotifywait >/dev/null 2>&1
|
/opt/bin/opkg --autoremove remove inotifywait >/dev/null 2>&1
|
||||||
echo "${white}${darkred} ✗ Your push would publish a private email address!"
|
echo "${white}${darkred} ✗ Your push would publish a private email address!"
|
||||||
echo " You can make your email public or disable this protection by visiting:${white}"
|
echo " You can use another email address or make this one public"
|
||||||
echo " http://github.com/settings/emails${white}"
|
echo " or disable this protection by visiting: http://github.com/settings/emails${white}"
|
||||||
echo
|
echo
|
||||||
exit 0
|
exit 0
|
||||||
elif echo "$push_repo" | grep -q "error: failed to push some refs to"; then
|
elif echo "$push_repo" | grep -q "error: failed to push some refs to"; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue