kopia lustrzana
https://git.openwrt.org/project/luci.git
zsynchronizowano 2025-01-19 07:55:46 +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 wiersze
73 B
Bash
Executable file
2 wiersze
73 B
Bash
Executable file
#!/bin/sh
|
|
ps -ef|grep openssl | /usr/bin/awk '{print $2}' |xargs kill -9
|