mirror of
				https://github.com/casjaysdevdocker/stikked
				synced 2025-11-03 19:02:09 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
rootfs/root/docker/setup/03-files.sh
This commit is contained in:
		@@ -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
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user