]> git.pld-linux.org Git - packages/webapps.git/commitdiff
- using global variables, no need for params
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 20 Nov 2005 17:15:46 +0000 (17:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    webapps.sh -> 1.2

webapps.sh

index dcb9fd1b9647223b2f5c26bc952e1a46e692311a..e824f4a4ba1623d30954047e76b62fd4ca967475 100644 (file)
@@ -21,10 +21,10 @@ EOF
 
 case "$action" in
 register)
-       webapp_register "$webserver" "$app"
+       webapp_register
        ;;
 unregister)
-       webapp_unregister "$webserver" "$app"
+       webapp_unregister
        ;;
 *)
        usage
This page took 0.064656 seconds and 4 git commands to generate.