mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
remove line
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user