mirror of
https://github.com/casjaysdevdocker/stikked
synced 2024-11-21 11:23:09 -05:00
🗃️ Committing everything that changed 🗃️
rootfs/root/docker/setup/03-files.sh
This commit is contained in:
parent
6659b507b8
commit
c94094185d
@ -37,8 +37,8 @@ if [ -d "/tmp/etc" ]; then
|
||||
copy "/tmp/etc/." "/etc/"
|
||||
copy "/tmp/etc/." "/usr/local/share/template-files/config/"
|
||||
fi
|
||||
if [ -d "/tmp/etc" ]; then
|
||||
echo "Installing /tmp/etc to /etc"
|
||||
if [ -d "/tmp/data" ]; then
|
||||
echo "Installing /tmp/data to /usr/local/share/template-files/data"
|
||||
copy "/tmp/data/." "/usr/local/share/template-files/data/"
|
||||
fi
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
Loading…
Reference in New Issue
Block a user