From ab02d671849c694396358713e66612b87537baac Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 13 Jul 2014 12:37:32 +0200 Subject: [PATCH] smaller changes --- bash/mountl2p.sh | 2 +- bash/sync.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/mountl2p.sh b/bash/mountl2p.sh index 65841d5..b092a7e 100755 --- a/bash/mountl2p.sh +++ b/bash/mountl2p.sh @@ -58,7 +58,7 @@ done # prompt for credentials if [ -z "${L2P_USER}" ]; then - read -p "L2P user: " L2P_USER + read -p "user: " L2P_USER fi if [ -z "${L2P_PASS}" ]; then diff --git a/bash/sync.sh b/bash/sync.sh index 858f6e4..e76445e 100755 --- a/bash/sync.sh +++ b/bash/sync.sh @@ -25,7 +25,7 @@ ## # Hostname or IP address of remote box -HOST=sea +HOST=lian HOST_REMOTE=lux # Maximum file size. Larger files will be exluded