Skip to content

Commit

Permalink
scripts UPDATE remove obsolete param
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Mar 15, 2022
1 parent e862a29 commit 8ca0394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ MODULES=(

# functions
UNINSTALL_MODULE() {
"$SYSREPOCTL" -a -u $1 -v2
"$SYSREPOCTL" -u $1 -v2
local rc=$?
if [ $rc -ne 0 ]; then
exit $rc
fi
}

DISABLE_FEATURE() {
"$SYSREPOCTL" -a -c $1 -d $2 -v2
"$SYSREPOCTL" -c $1 -d $2 -v2
local rc=$?
if [ $rc -ne 0 ]; then
exit $rc
Expand Down

0 comments on commit 8ca0394

Please sign in to comment.