show the result of git pull

pull/1/head
Tom Early 6 years ago
parent ccb4e6e960
commit 2d921c0db2

@ -188,7 +188,11 @@ do
elif [[ "$callsign" == XRF* ]] && [ -e src/xrfd ] && [ ! -e $xlxserv ] && [ ! -e $xrfserv ]; then
InstallReflector
fi
elif [[ "$key" == gp* ]]; then git pull
elif [[ "$key" == gp* ]]; then
echo
git pull
echo
read -p "<Enter> to continue: " ans
elif [[ "$key" == rr* ]]; then
if [[ "$callsign" == XLX* ]] && [ -e $xlxserv ]; then
sudo systemctl restart xlxd

Loading…
Cancel
Save

Powered by TurnKey Linux.