mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-10-27 09:23:56 +01:00
4 lines
46 B
Bash
Executable File
4 lines
46 B
Bash
Executable File
#!/bin/bash
|
|
unset LD_PRELOAD
|
|
thunar-real "$@"
|