Move sed replacements to separate file
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/sed -f
|
||||
|
||||
# Remove CtrlAltDelButton
|
||||
/getElementById('sendCtrlAltDelButton')/,+1d
|
||||
/<div id="sendCtrlAltDelButton.*$/d
|
||||
|
||||
# Replace window title, append favicon
|
||||
s/\(<title>\)noVNC/\1Wohnungsbot/;T;a <link rel="icon" type="image\/x-icon" href="favicon.ico">
|
||||
Reference in New Issue
Block a user