Ensuring wireguard is gettting installed.

This commit is contained in:
sergiotarxz 2024-07-20 04:42:44 +02:00
parent f6b153003b
commit 11d883c996
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if ($> != 0) {
while (1) {
eval {
# install_if_new_wireguard();
install_if_new_wireguard();
install_if_new_whitelist();
sleep 15;
};