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
268 B

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