This commit is contained in:
Cold-Egg
2021-03-08 16:02:27 +08:00
parent e6cfccaf2a
commit f0a85ad8a8
9 changed files with 38 additions and 11 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ check_input(){
}
lsws_restart(){
docker-compose exec ${CONT_NAME} su -c '/usr/local/lsws/bin/lswsctrl restart >/dev/null'
docker-compose exec -T ${CONT_NAME} su -c '/usr/local/lsws/bin/lswsctrl restart >/dev/null'
}
apply_serial(){