<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
arr = [a1,a2,...,an]
y=next((x for x in arr if x!=1), False)
print("There are not only 1s in the array" if y else "There are only 1s in the array")
#visudo
<?php
$output = shell_exec('sudo /usr/bin/systemctl restart wg-quick@wghub');
echo "<pre>$output</pre>";
?>