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/cont-init.d/30-config

15 lines
249 B

8 years ago
#!/usr/bin/with-contenv bash
# make our folders
mkdir -p \
config/fonts
7 years ago
# copy config
[[ ! -e /config/preferences.json ]] && \
cp /defaults/preferences.json /config/preferences.json
8 years ago
# permissions
chown -R abc:abc \
/config \
/app/ubooquity