rootfs/home/andre/.bashrc aktualisiert
This commit is contained in:
@@ -1064,7 +1064,7 @@ then
|
||||
bash $i
|
||||
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 [ ! -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
|
||||
|
||||
Reference in New Issue
Block a user