Compare commits

..

No commits in common. "0378b7e9689db7e2a134c3d874888ce783012b2f" and "b58389da87cb08c22066115b384a293026378743" have entirely different histories.

3 changed files with 4 additions and 6 deletions

View File

@ -2,11 +2,6 @@
. variables.inc.sh
echo
echo "Starting: helper_post"
set -xe
[ -e /home/pi/klipper ] && {
su - pi -c "cd /home/pi/klipper \
&& git pull \

View File

@ -5,7 +5,7 @@
[ "$configsHome" = "$ConfigsHome" ] || \
echo "Custom ConfigsHome: $ConfigsHome"
set -xe
set -x
git config pull.rebase false
@ -19,6 +19,9 @@ git config pull.rebase false
(cd "$ConfigsHome" && git config pull.rebase false)
}
mkdir -p /home/pi/printer_hw
chown -R 0:0 /home/pi/printer_hw
mkdir -p /home/pi/.klippy
chown pi:pi /home/pi/.klippy

BIN
install

Binary file not shown.