vh-ansible/roles/pve-subscribe/files/pve-subscribe
Jan-Jonas Sämann 16bd6ae321 Added pve-subscribe role
This role disables subscription dialog after logging in to PVE's web-ui
2019-01-04 21:02:01 +01:00

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