Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Toyo authored Jun 15, 2017
1 parent 8fbdca3 commit 6dbd46f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion other/dowsdns_centos
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ do_start(){
echo -e "${Info_font_prefix}[信息]${Font_suffix} $NAME (PID $(echo ${PID})) 正在运行..." && exit 0
else
cd "${BIN}"
nohup python start.py > /dev/null 2>&1 &
nohup python start.py > /tmp/dowsdns.log 2>&1 &
sleep 2s
check_running
if [[ $? -eq 0 ]]; then
Expand Down
2 changes: 1 addition & 1 deletion other/dowsdns_debian
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ do_start(){
echo -e "${Info_font_prefix}[信息]${Font_suffix} $NAME (PID $(echo ${PID})) 正在运行..." && exit 0
else
cd "${BIN}"
nohup python start.py > /dev/null 2>&1 &
nohup python start.py > /tmp/dowsdns.log 2>&1 &
sleep 2s
check_running
if [[ $? -eq 0 ]]; then
Expand Down

0 comments on commit 6dbd46f

Please sign in to comment.