You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ubooquity/root/etc/s6-overlay/s6-rc.d/init-ubooquity-config/run

16 lines
273 B

2 years ago
#!/usr/bin/with-contenv bash
2 years ago
# shellcheck shell=bash
2 years ago
# make our folders
mkdir -p \
2 years ago
/config/fonts
2 years ago
# copy config
if [[ ! -f /config/preferences.json ]]; then
cp /defaults/preferences.json /config/preferences.json
fi
# permissions
2 years ago
lsiown -R abc:abc \
/config