mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
iop-update_package: fixed so that -u flag is reset on every call
This commit is contained in:
parent
5e5f34662e
commit
01d39c8552
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
UPDATE=0
|
||||
|
||||
print_git_update()
|
||||
{
|
||||
echo "pkg -> ${PKG_NAME}"
|
||||
|
|
@ -586,6 +584,8 @@ usage(){
|
|||
# Exported interface
|
||||
function update_package {
|
||||
|
||||
UPDATE=0
|
||||
|
||||
Color_Off='\033[0m' # Text Reset
|
||||
|
||||
# Regular Colors
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue