mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-06-08 00:56:58 +03:00
Fix tagsinput styles for darkmode
This commit is contained in:
parent
f367cc6a2b
commit
508eb2c280
3 changed files with 13 additions and 1 deletions
2
init.sh
2
init.sh
|
@ -18,6 +18,6 @@ case $WGUI_MANAGE_RESTART in (1|t|T|true|True|TRUE)
|
|||
done &
|
||||
esac
|
||||
|
||||
./wg-ui &
|
||||
trap 'kill 0; exit 0;' SIGTERM INT EXIT
|
||||
./wg-ui "$@" &
|
||||
wait $!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue