sahara-plugin-mapr/sahara/plugins/mapr/resources/images/centos/update_repository

6 lines
80 B
Bash

#!/bin/bash
if [ $test_only -eq 0 ]; then
yum clean all && yum repolist
fi