mirror of
https://github.com/bol-van/zapret.git
synced 2025-06-29 18:21:16 +00:00
install_easy: minor fix
This commit is contained in:
parent
468d293b46
commit
2edf6bee34
@ -839,13 +839,13 @@ dry_run_tpws_()
|
|||||||
{
|
{
|
||||||
local TPWS="$ZAPRET_BASE/tpws/tpws"
|
local TPWS="$ZAPRET_BASE/tpws/tpws"
|
||||||
echo verifying tpws options
|
echo verifying tpws options
|
||||||
"$TPWS" --dry-run --user=$WS_USER "$@"
|
"$TPWS" --dry-run ${WS_USER:+--user=$WS_USER} "$@"
|
||||||
}
|
}
|
||||||
dry_run_nfqws_()
|
dry_run_nfqws_()
|
||||||
{
|
{
|
||||||
local NFQWS="$ZAPRET_BASE/nfq/nfqws"
|
local NFQWS="$ZAPRET_BASE/nfq/nfqws"
|
||||||
echo verifying nfqws options
|
echo verifying nfqws options
|
||||||
"$NFQWS" --dry-run --user=$WS_USER "$@"
|
"$NFQWS" --dry-run ${WS_USER:+--user=$WS_USER} "$@"
|
||||||
}
|
}
|
||||||
dry_run_tpws()
|
dry_run_tpws()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user