* Add diff command for config update
* Add Context Information
"Updating Configuration File..."
* Modify context information for the config file
yarn install --production --pure-lockfile
cp /var/www/peertube/peertube-latest/config/default.yaml /var/www/peertube/config/default.yaml
+echo "Differences in configuration files..."
+diff /var/www/peertube/versions/peertube-${VERSION}/config/production.yaml.example /var/www/peertube/config/production.yaml
+
exit 0