@@ -9955,6 +9955,9 @@ function install_media_server {
# create a configuration
cd $MEDIA_SERVER_BASE_DIRECTORY
+ if [ -f deployment.ini ]; then
+ rm deployment.ini
+ fi
paster make-config MediaDrop deployment.ini
if [ ! -f deployment.ini ]; then
echo $'deployment.ini not created'