mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2026-02-11 07:43:05 +08:00
4 lines
46 B
Bash
Executable File
4 lines
46 B
Bash
Executable File
#!/bin/bash
|
|
unset LD_PRELOAD
|
|
thunar-real "$@"
|