mirror of
https://github.com/linuxserver/docker-doublecommander.git
synced 2026-02-06 12:37:50 +08:00
Merge pull request #13 from linuxserver/fix-copy
This commit is contained in:
commit
384d18e032
@ -1,7 +1,8 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
# default file copies first run
|
||||
[[ ! -f /config/.config/openbox/menu.xml ]] && \
|
||||
if [[ ! -f /config/.config/openbox/menu.xml ]]; then
|
||||
mkdir -p /config/.config/openbox && \
|
||||
cp /defaults/menu.xml /config/.config/openbox/menu.xml && \
|
||||
chown -R abc:abc /config/.config
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user