summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-flowcontrol.sh
diff options
context:
space:
mode:
authortuxce <tuxce>2009-06-14 21:55:49 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-06-14 21:55:49 +0200
commit86d47cc4f61bd61f2f11dbc8e6075120f815ab71 (patch)
tree0d4101f5b61b8fd21626e930566bd204909143aa /src/core/libs/lib-flowcontrol.sh
parent03340455901dc1b6737a351512758b82b4d01deb (diff)
fix for remote (http) modules
Diffstat (limited to 'src/core/libs/lib-flowcontrol.sh')
-rwxr-xr-xsrc/core/libs/lib-flowcontrol.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/libs/lib-flowcontrol.sh b/src/core/libs/lib-flowcontrol.sh
index 9b874f0..14bbea4 100755
--- a/src/core/libs/lib-flowcontrol.sh
+++ b/src/core/libs/lib-flowcontrol.sh
@@ -56,7 +56,7 @@ load_procedure()
{
[ -z "$1" ] && die_error "load_procedure needs a module as \$1 and procedure as \$2"
[ -z "$2" ] && die_error "load_procedure needs a procedure as \$2"
- if [ "$1" = 'http:' ]
+ if [ "$1" = 'http' ]
then
log "Loading procedure $2 ..."
procedure=$RUNTIME_DIR/aif-procedure-downloaded-`basename $2`
@@ -202,7 +202,6 @@ show_report () #TODO: abstract UI method (cli/dia)
start_installer ()
{
log "################## START OF INSTALLATION ##################"
- cleanup_runtime
}