mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-02-17 19:00:47 +01:00
Easy start script: add did_user_forbid_replacing_xstartup()
This commit is contained in:
parent
22654f7ab6
commit
f8bcfcc493
@ -71,6 +71,10 @@ detect_desktop_environment() {
|
||||
return 1
|
||||
}
|
||||
|
||||
did_user_forbid_replacing_xstartup() {
|
||||
grep -q -v KasmVNC-safe-to-replace-this-file "$xstartup_script"
|
||||
}
|
||||
|
||||
de_cmd_from_name() {
|
||||
de_cmd=${all_desktop_environments[$de_name]}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user