瀏覽代碼

Update 'HowTo/LXC-configuration/README.md'

Michael Honkoop 2 月之前
父節點
當前提交
5b7d1a84d6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      HowTo/LXC-configuration/README.md

+ 1 - 1
HowTo/LXC-configuration/README.md

@@ -22,7 +22,7 @@ WARNING: You may continue without tmpfs, but the performance of Check_MK may be
 For every configured site on the box edit (even if it does not exist) with your favorite editor /etc/fstab and enter the following information (per-site):
 
 ```
-tmpfs   /opt/omd/sites/<yoursitename>/tmp     tmpfs   noauto,user,mode=755,uid=<yoursitename>,gid=<yoursitename>2 0 0
+tmpfs   /opt/omd/sites/<yoursitename>/tmp     tmpfs   noauto,user,mode=755,uid=<yoursitename>,gid=<yoursitename> 2 0 0
 ```
 After having made these adjustment you will have to restart the box.