Files
docker-pxe-server/scripts/update.sh

10 lines
137 B
Bash

#!/bin/bash
git config --global --add safe.directory /app/RPi-PXE-Server
git pull
bash run.sh update
rpc.mountd
df -h
showmount -e
exit