Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
. /lib/functions.sh
|
||||
|
||||
for file in $(grep -sl Require-User /usr/lib/opkg/info/*.control); do
|
||||
file="${file##*/}"
|
||||
file="${file%.control}"
|
||||
add_group_and_user "${file}"
|
||||
done
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user