redirect to stderr

This commit is contained in:
Jakobus Schürz 2020-03-13 15:15:22 +01:00
parent 2a65cd2d9a
commit 7e0f511fbd

View file

@ -101,7 +101,7 @@ if ! $SSHS; then
# sync repo with origin if git is reachable # sync repo with origin if git is reachable
if ckrepo ; then if ckrepo ; then
echo "git checokut" echo "git checokut" >&2
sync_config sync_config
. ${MYSHELLCONFIG_BASE}/functions.sh . ${MYSHELLCONFIG_BASE}/functions.sh
create_symlinks "$MYSHELLCONFIG_BASE" create_symlinks "$MYSHELLCONFIG_BASE"