mirror da
https://git.openwrt.org/project/luci.git
sincronizzato 2025-01-18 23:45:02 +00:00
1bb4822dca
* Rename subdirectories to their repective OpenWrt package names * Make each LuCI module its own standalone package * Deploy a shared luci.mk which is used by each module Makefile Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2 righe
73 B
Bash
File eseguibile
2 righe
73 B
Bash
File eseguibile
#!/bin/sh
|
|
ps -ef|grep openssl | /usr/bin/awk '{print $2}' |xargs kill -9
|