|
@ -80,7 +80,7 @@ update_config_files() { |
|
|
if [ "$WHIRLPOOL_INSTALL" == "on" ]; then |
|
|
if [ "$WHIRLPOOL_INSTALL" == "on" ]; then |
|
|
cp ./nginx/whirlpool.conf ./nginx/dojo-whirlpool.conf |
|
|
cp ./nginx/whirlpool.conf ./nginx/dojo-whirlpool.conf |
|
|
else |
|
|
else |
|
|
cp /dev/null ./nginx/dojo-ewhirlpool.conf |
|
|
cp /dev/null ./nginx/dojo-whirlpool.conf |
|
|
fi |
|
|
fi |
|
|
echo "Initialized dojo-whirlpool.conf (nginx)" |
|
|
echo "Initialized dojo-whirlpool.conf (nginx)" |
|
|
|
|
|
|
|
|