diff --git a/.gitignore b/.gitignore index 5fbd7e3..f3bd5a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .wyx-cli-data/ wyx-cli-template.sh -*.pyc \ No newline at end of file +*.pyc +deb/ diff --git a/wyx-cli.sh b/wyx-cli.sh index dc64029..caa4d47 100755 --- a/wyx-cli.sh +++ b/wyx-cli.sh @@ -67,7 +67,9 @@ wyx_update() { # } &> /dev/null } -wyx_update "" +if [ "$1" = "" ]; then + wyx_update "" +fi # ARGPARSE