We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f778e39 commit 16f067fCopy full SHA for 16f067f
1 file changed
docker/copydb
@@ -113,12 +113,12 @@ done
113
# ----------------------------------------------------------------------
114
# The program itself
115
116
-if [ -e "/.dockerenv" -o -n "$(grep '/docker/' /proc/self/cgroup)" ]; then
+if [ -e "/.dockerenv" -o -n "$(grep -s '/docker/' /proc/self/cgroup)" ]; then
117
die "It looks as if you're running inside docker -- please quit docker first."
118
fi
119
120
cd $progdir/../data/ \
121
- && note "Building tarfile ..." \
+ && echo "Building tarfile ..." \
122
&& tar cjf ietf_utf8.bin.tar.bz2 mysql \
123
- && note "Copying tarfile to ietfa.amsl.com ..." \
+ && echo "Copying tarfile to ietfa.amsl.com ..." \
124
&& scp ietf_utf8.bin.tar.bz2 ietfa.amsl.com:/a/www/www6s/lib/dt/sprint/
0 commit comments