Skip to content

Commit

Permalink
RMS-80 Using -f flag to force overwrite when config file is copied
Browse files Browse the repository at this point in the history
  • Loading branch information
morosev committed May 3, 2018
1 parent 18d642a commit 520fa20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BASEDIR=$RESTCOMM_HOME

# Copy Media Server configuration overrides to configuration folder
copyConfiguration(){
cp $BASEDIR/bin/restcomm/media-extra.yml $BASEDIR/mediaserver/conf
cp -f $BASEDIR/bin/restcomm/media-extra.yml $BASEDIR/mediaserver/conf
}

# MAIN
Expand Down

0 comments on commit 520fa20

Please sign in to comment.