1
0
mirror of https://github.com/tteck/Proxmox.git synced 2024-11-25 09:00:59 +02:00

Update dashy-update.sh

This commit is contained in:
tteckster 2022-03-15 08:29:46 -04:00 committed by GitHub
parent 9f40d57057
commit f79471d341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ cp -R /dashy/public public-backup
echo -e "${CM}${CL} \r"
echo -en "${GN} Updating Dashy... "
cd /dashy
git merge
git pull origin master
yarn