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