mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-13 05:20:18 +03:00
Fix local repo test.
This change got lost when resolving some merge conflict :-/. Signed-off-by: Mauro Giachero <mauro.giachero@gmail.com>
This commit is contained in:
parent
3d98703b9d
commit
449e2371a9
@ -488,7 +488,7 @@ check_for_updates() {
|
|||||||
local VER_NUMERIC NEWVER_NUMERIC UPDATED
|
local VER_NUMERIC NEWVER_NUMERIC UPDATED
|
||||||
local PKGS NUMPKGS PROGRESSCOUNTER=0
|
local PKGS NUMPKGS PROGRESSCOUNTER=0
|
||||||
|
|
||||||
if [[ $SLACKVER == local ]]; then
|
if [[ -z $REPO_TOOL ]]; then
|
||||||
if [[ $DIAG ]]; then
|
if [[ $DIAG ]]; then
|
||||||
dialog --title "ERROR" --msgbox \
|
dialog --title "ERROR" --msgbox \
|
||||||
"You cannot check for updates when using the $REPO_DESC." 8 40
|
"You cannot check for updates when using the $REPO_DESC." 8 40
|
||||||
|
Loading…
Reference in New Issue
Block a user