Fix Code
This commit is contained in:
parent
9387e15062
commit
d6c1d51dac
7
init.sh
7
init.sh
@ -28,10 +28,17 @@ wi-login(){
|
|||||||
wx-login $1 $2
|
wx-login $1 $2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wx-start(){
|
||||||
|
wi-start
|
||||||
|
}
|
||||||
|
|
||||||
wx-stop(){
|
wx-stop(){
|
||||||
wi-stop
|
wi-stop
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wxBold=wiBold
|
||||||
|
wxNormal=wiNormal
|
||||||
|
|
||||||
wi-delete(){
|
wi-delete(){
|
||||||
if [[ -f "init.sh" ]]
|
if [[ -f "init.sh" ]]
|
||||||
then
|
then
|
||||||
|
@ -10,6 +10,13 @@ wi-login(){
|
|||||||
wx-login $1 $2
|
wx-login $1 $2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wx-start(){
|
||||||
|
wi-start
|
||||||
|
}
|
||||||
|
|
||||||
wx-stop(){
|
wx-stop(){
|
||||||
wi-stop
|
wi-stop
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wxBold=wiBold
|
||||||
|
wxNormal=wiNormal
|
||||||
|
Loading…
Reference in New Issue
Block a user