diff --git a/module/user/lang/de.php b/module/user/lang/de.php index e1fac43bbf..5e3bf4ef5f 100644 --- a/module/user/lang/de.php +++ b/module/user/lang/de.php @@ -257,8 +257,8 @@ $lang->user->mkdirLinux = <<
不能创建临时目录,请确认目录%s是否存在并有操作权限。
-
命令为:chmod o=rwx -R %s。
+
命令为:chmod 777 -R %s。
Can't create tmp directory, make sure the directory %s exists and has permission to operate.
-
Commond: chmod o=rwx -R %s.
+
Commond: chmod 777 -R %s.
EOT; diff --git a/module/user/lang/en.php b/module/user/lang/en.php index 14d696b30b..fb5bde9f72 100644 --- a/module/user/lang/en.php +++ b/module/user/lang/en.php @@ -285,8 +285,8 @@ $lang->user->mkdirLinux = <<
不能创建临时目录,请确认目录%s是否存在并有操作权限。
-
命令为:chmod o=rwx -R %s。
+
命令为:chmod 777 -R %s。
A tmp directory cannot be created. Make sure the directory %s exists and you have the right permission.
-
Commond: chmod o=rwx -R %s.
+
Commond: chmod 777 -R %s.
EOT; diff --git a/module/user/lang/fr.php b/module/user/lang/fr.php index 4fee2d2e56..8d44bab0e2 100644 --- a/module/user/lang/fr.php +++ b/module/user/lang/fr.php @@ -257,8 +257,8 @@ $lang->user->mkdirLinux = <<
不能创建临时目录,请确认目录%s是否存在并有操作权限。
-
命令为:chmod o=rwx -R %s。
+
命令为:chmod 777 -R %s。
Can't create tmp directory, make sure the directory %s exists and has permission to operate.
-
Commond: chmod o=rwx -R %s.
+
Commond: chmod 777 -R %s.
EOT; diff --git a/module/user/lang/vi.php b/module/user/lang/vi.php index be2c0df758..e1758bcfa4 100644 --- a/module/user/lang/vi.php +++ b/module/user/lang/vi.php @@ -257,8 +257,8 @@ $lang->user->mkdirLinux = <<
不能创建临时目录,请确认目录%s是否存在并有操作权限。
-
命令为:chmod o=rwx -R %s。
+
命令为:chmod 777 -R %s。
Can't create tmp directory, make sure the directory %s exists and has permission to operate.
-
Commond: chmod o=rwx -R %s.
+
Commond: chmod 777 -R %s.
EOT; diff --git a/module/user/lang/zh-cn.php b/module/user/lang/zh-cn.php index 254ca75748..6eff61e61c 100644 --- a/module/user/lang/zh-cn.php +++ b/module/user/lang/zh-cn.php @@ -285,9 +285,9 @@ $lang->user->mkdirLinux = <<
不能创建临时目录,请确认目录%s是否存在并有操作权限。
-
命令为:chmod o=rwx -R %s。
+
命令为:chmod 777 -R %s。
Can't create tmp directory, make sure the directory %s exists and has permission to operate.
-
Commond: chmod o=rwx -R %s.
+
Commond: chmod 777 -R %s.
EOT; diff --git a/module/user/lang/zh-tw.php b/module/user/lang/zh-tw.php index c494bef9ef..4fb85233db 100644 --- a/module/user/lang/zh-tw.php +++ b/module/user/lang/zh-tw.php @@ -282,9 +282,9 @@ $lang->user->mkdirLinux = <<
不能創建臨時目錄,請確認目錄%s是否存在並有操作權限。
-
命令為:chmod o=rwx -R %s。
+
命令為:chmod 777 -R %s。
Can't create tmp directory, make sure the directory %s exists and has permission to operate.
-
Commond: chmod o=rwx -R %s.
+
Commond: chmod 777 -R %s.
EOT;