mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
修复清空文件操作
This commit is contained in:
parent
fa02df0d8f
commit
a75561399d
|
@ -205,7 +205,7 @@ fix_config() {
|
|||
|
||||
if [ -s /etc/nginx/conf.d/default.conf ]; then
|
||||
echo -e "检测到默认nginx配置文件,清空...\n"
|
||||
echo '' > /etc/nginx/conf.d/default.conf
|
||||
cat /dev/null > /etc/nginx/conf.d/default.conf
|
||||
echo
|
||||
fi
|
||||
}
|
||||
|
@ -322,5 +322,4 @@ detect_macos
|
|||
define_cmd
|
||||
fix_config
|
||||
|
||||
echo '' > $task_error_log_path
|
||||
import_config $1 >> $task_error_log_path 2>&1
|
||||
import_config $1 > $task_error_log_path 2>&1
|
||||
|
|
Loading…
Reference in New Issue
Block a user