浏览代码

centos add missing \ in content

KoKsPfLaNzE 9 年之前
父节点
当前提交
3010f8521b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      centos/content.md

+ 1 - 1
centos/content.md

@@ -34,7 +34,7 @@ Systemd is now included in both the centos:7 and centos:latest base containers,
 FROM centos:7
 MAINTAINER "you" <[email protected]>
 ENV container docker
-RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i ==
+RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == \
 systemd-tmpfiles-setup.service ] || rm -f $i; done); \
 rm -f /lib/systemd/system/multi-user.target.wants/*;\
 rm -f /etc/systemd/system/*.wants/*;\