Browse Source

remove line

dev
rootzoll 6 years ago
parent
commit
79c247285b
  1. 3
      home.admin/XXsyncScripts.sh

3
home.admin/XXsyncScripts.sh

@ -38,7 +38,7 @@ fi
origin=$(git remote -v | grep 'origin' | tail -n1) origin=$(git remote -v | grep 'origin' | tail -n1)
echo "" echo ""
echo "*** SYCING SHELL SCRIPTS WITH GITHUB ***" echo "*** SYNCING SHELL SCRIPTS WITH GITHUB ***"
echo "This is for developing on your RaspiBlitz." echo "This is for developing on your RaspiBlitz."
echo "THIS IS NOT THE REGULAR UPDATE MECHANISM" echo "THIS IS NOT THE REGULAR UPDATE MECHANISM"
echo "and can lead to dirty state of your scripts." echo "and can lead to dirty state of your scripts."
@ -57,7 +57,6 @@ else
echo "NOT cleaning/deleting old files" echo "NOT cleaning/deleting old files"
echo "use parameter '-clean' if you want that next time" echo "use parameter '-clean' if you want that next time"
echo "******************************************" echo "******************************************"
fi fi
echo "COPYING from GIT-Directory to /home/admin/ .." echo "COPYING from GIT-Directory to /home/admin/ .."
sudo -u admin cp -f /home/admin/raspiblitz/home.admin/*.* /home/admin sudo -u admin cp -f /home/admin/raspiblitz/home.admin/*.* /home/admin

Loading…
Cancel
Save