no message

This commit is contained in:
hellcat 2025-06-30 15:58:25 +08:00
parent d6435f75d5
commit 2ce815f0a7

View File

@ -158,7 +158,7 @@ class CronController
// 检查文件是否存在,如果不存在则创建
if (!file_exists($sshConfigFile)) {
touch($sshConfigFile);
// touch($sshConfigFile);
}
// 追加配置到文件