mirror of
https://github.com/typemill/typemill.git
synced 2025-01-17 13:28:19 +01:00
6 lines
316 B
Bash
6 lines
316 B
Bash
|
#!/bin/bash
|
||
|
echo "**************************************************************************"
|
||
|
echo "! Content directory is empty. It will be initialized with default content."
|
||
|
echo "**************************************************************************"
|
||
|
cp -R /var/www/html/content.orig/* /var/www/html/content/
|