rootfs/home/andre/.bashrc aktualisiert

This commit is contained in:
2026-03-05 11:20:58 +01:00
parent d14290ba17
commit 68a27e2912

View File

@@ -1064,7 +1064,7 @@ then
bash $i bash $i
done done
if getent hosts ${MYSERVER} >/dev/null && ping -c1 -W1 ${MYSERVER} >/dev/null 2>&1; then if getent hosts ${MYSERVER} >/dev/null && nc -z -w1 ${MYSERVER} 2222 >/dev/null 2>&1; then
if [ "$OS" == "" ]; then if [ "$OS" == "" ]; then
if [ ! -f $HOMEDIR/bike.jpg ]; then if [ ! -f $HOMEDIR/bike.jpg ]; then
timeout 3 scp -o ConnectTimeout=2 -P 2222 andregeissler@${MYSERVER}:/home/andregeissler/web/tools.andregeissler.de/public_html/bike.jpg $HOMEDIR/bike.jpg timeout 3 scp -o ConnectTimeout=2 -P 2222 andregeissler@${MYSERVER}:/home/andregeissler/web/tools.andregeissler.de/public_html/bike.jpg $HOMEDIR/bike.jpg