Skip to content
Snippets Groups Projects
Commit 329fd60f authored by Erick Hitter's avatar Erick Hitter
Browse files

Support stats-template modifications

parent 1eb58280
Branches
No related tags found
1 merge request!1MVP
Pipeline #1844 passed
...@@ -9,6 +9,7 @@ export CONFIG_DEST ...@@ -9,6 +9,7 @@ export CONFIG_DEST
echo "Copying configurations from ${CONFIG_SOURCE} to ${CONFIG_DEST}..." echo "Copying configurations from ${CONFIG_SOURCE} to ${CONFIG_DEST}..."
find $CONFIG_SOURCE -name "*.conf" -exec cp '{}' $CONFIG_DEST \; find $CONFIG_SOURCE -name "*.conf" -exec cp '{}' $CONFIG_DEST \;
find $CONFIG_SOURCE -name "*.html" -exec cp '{}' $CONFIG_DEST \;
echo "Restarting services..." echo "Restarting services..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment