1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 11:22:42 +01:00

Checkout files in update.sh

This commit is contained in:
FreeScout 2019-10-14 00:18:59 -07:00
parent d08d2ab786
commit 9673871c48

View File

@ -100,6 +100,7 @@ else
if [ $confirm_overwrite != "Y" ]; then if [ $confirm_overwrite != "Y" ]; then
exit; exit;
fi fi
git checkout .
fi fi
printf "\nNew commits:\n"; printf "\nNew commits:\n";