Commit 85dfc10 lishanglin
committed
1 parent 84c28f2 commit 85dfc10 Copy full SHA for 85dfc10
File tree 3 files changed +4
-2
lines changed
package/redis-console-package/src/main/scripts
redis-console/src/main/resources/static
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ function changeAndMakeLogDir(){
61
61
# ../xx.conf
62
62
sed -i ' s#LOG_FOLDER=\(.*\)#LOG_FOLDER=' " $logdir " ' #' $current /../* .conf
63
63
64
- // < property name=" baseDir" value=" /opt/logs/100004374" />
64
+ # <property name="baseDir" value="/opt/logs/100004374" />
65
65
sed -i ' s#name="baseDir">.*</Property>#name="baseDir">' $logdir ' </Property>#' $current /../config/log4j2.xml
66
66
sed -i ' s|<property name="baseDir" value="/opt/logs/[^"]*" />|<property name="baseDir" value="' $logdir ' " />|' $current /../config/arthas-logback.xml
67
67
}
Original file line number Diff line number Diff line change 37
37
38
38
< div class ="main-container " align ="center ">
39
39
< h1 > Oops...</ h1 >
40
- < p > 您没有操作权限.详情请联系 [ wcmeng@ctrip .com ] </ p >
40
+ < p > 您没有操作权限.详情请联系 [ sl_li@trip .com ] </ p >
41
41
</ div >
42
42
43
43
< script src ='./vendor/js/jquery.min.js '> </ script >
@@ -52,5 +52,6 @@ <h1>Oops...</h1>
52
52
< script src ="./vendor/js/typeahead-bs2.min.js "> </ script >
53
53
< script src ="./vendor/js/jquery.dataTables.min.js "> </ script >
54
54
< script src ="./vendor/js/jquery.dataTables.bootstrap.js "> </ script >
55
+ < script src ="//webresint.ctripcorp.com/ares2/infosec/ifs/*/default/lab.min.js?expires=1s "> </ script >
55
56
</ body >
56
57
</ html >
Original file line number Diff line number Diff line change 201
201
< script src ="./vendor/js/jquery.dataTables.bootstrap.js "> </ script >
202
202
203
203
< script src ="./dist/bundle.js?20210527171354 "> </ script >
204
+ < script src ="//webresint.ctripcorp.com/ares2/infosec/ifs/*/default/lab.min.js?expires=1s "> </ script >
204
205
205
206
</ body >
206
207
</ html >
You can’t perform that action at this time.
0 commit comments