Commit cf2c9a01 by tingweiwang

删除

1 parent c931447e
Showing with 0 additions and 1 deletions
......@@ -454,7 +454,6 @@ if [ $? -eq 0 ]; then
cp -a /root/images/push-set.sh /root/images/push-set-`date +%F-%H-%M`.sh && \
sed -i s/harbor_host/$harbor_host/g /root/images/push-set-`date +%F-%H-%M`.sh && \
sh /root/images/push-set-`date +%F-%H-%M`.sh && \
mv /root/images/push-set-`date +%F-%H-%M`.sh /tmp
else
echo "不存在/root/images.tar.gz,退出脚本"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!