6 lines
175 B
Bash
Executable File
6 lines
175 B
Bash
Executable File
#!/bin/bash
|
|
# Disable annoying license dialog
|
|
# by Sprinter
|
|
#
|
|
sed -i.bak 's/NotFound/Active/g' /usr/share/perl5/PVE/API2/Subscription.pm && systemctl restart pveproxy.service
|