vh-ansible/roles/pve-subscribe/files/pve-subscribe

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