mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-09-12 20:38:34 +02:00
8 lines
254 B
Plaintext
8 lines
254 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
# default file copies first run
|
|
[[ ! -f /config/.config/openbox/menu.xml ]] && \
|
|
mkdir -p /config/.config/openbox && \
|
|
cp /defaults/menu.xml /config/.config/openbox/menu.xml && \
|
|
chown -R abc:abc /config/.config
|