Adjust regex to a changed nag screen function signature (#104)
This commit is contained in:
parent
51ab839c41
commit
fa629cfdd5
@ -66,7 +66,7 @@ function install_mod {
|
|||||||
msg "Deactivating the nag screen..."
|
msg "Deactivating the nag screen..."
|
||||||
sed -i "/Ext.define('Proxmox.Utils',/ {
|
sed -i "/Ext.define('Proxmox.Utils',/ {
|
||||||
:a;
|
:a;
|
||||||
/checked_command:\s*function(orig_cmd)\s*{/!{N;ba;}
|
/checked_command:\s*function\s*(orig_cmd)\s*{/!{N;ba;}
|
||||||
a\
|
a\
|
||||||
\\
|
\\
|
||||||
// disable subscription nag screen\n\
|
// disable subscription nag screen\n\
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user