modified: interface/ri_install.py
modified: operation/functions
The information of operation is not register in the text box
display.
This commit is contained in:
@@ -43,7 +43,7 @@ def main():
|
||||
else:
|
||||
ri_oper.display_sub_operation((ri_oper.language=='chinese' \
|
||||
and instance.chinese_name or instance.english_name)+\
|
||||
(ri_oper.language=='chinese' and u' 成功' or ' success'))
|
||||
(ri_oper.language=='chinese' and u' 成功\n' or ' success\n'))
|
||||
install_over(ret)
|
||||
|
||||
has_run = False
|
||||
|
||||
@@ -52,7 +52,7 @@ info ()
|
||||
{
|
||||
log "info: $(basename $0): $1"
|
||||
if [ "$2" == "stdout" ];then
|
||||
stdout "@ $1"
|
||||
stdout "@$1"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user