Skip to content

Commit 16f067f

Browse files
committed
Tweaks to docker/copydb.
- Legacy-Id: 13055
1 parent f778e39 commit 16f067f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker/copydb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ done
113113
# ----------------------------------------------------------------------
114114
# The program itself
115115

116-
if [ -e "/.dockerenv" -o -n "$(grep '/docker/' /proc/self/cgroup)" ]; then
116+
if [ -e "/.dockerenv" -o -n "$(grep -s '/docker/' /proc/self/cgroup)" ]; then
117117
die "It looks as if you're running inside docker -- please quit docker first."
118118
fi
119119

120120
cd $progdir/../data/ \
121-
&& note "Building tarfile ..." \
121+
&& echo "Building tarfile ..." \
122122
&& tar cjf ietf_utf8.bin.tar.bz2 mysql \
123-
&& note "Copying tarfile to ietfa.amsl.com ..." \
123+
&& echo "Copying tarfile to ietfa.amsl.com ..." \
124124
&& scp ietf_utf8.bin.tar.bz2 ietfa.amsl.com:/a/www/www6s/lib/dt/sprint/

0 commit comments

Comments
 (0)