mirror of
https://github.com/pivpn/pivpn.git
synced 2025-04-24 08:10:10 +00:00
Inform the user when updating the package cache, which can be slow on some RPis
This commit is contained in:
parent
d1a781075a
commit
b12996df37
3 changed files with 10 additions and 3 deletions
|
@ -13,7 +13,7 @@ hr(){
|
|||
if DUMP="$(wg show wg0 dump)"; then
|
||||
DUMP="$(tail -n +2 <<< "$DUMP")"
|
||||
else
|
||||
exit 1
|
||||
exit 1
|
||||
fi
|
||||
|
||||
printf "\e[1m::: Connected Clients List :::\e[0m\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue