Skip to content

Commit

Permalink
Changed author
Browse files Browse the repository at this point in the history
  • Loading branch information
agopdev committed May 3, 2024
1 parent 9356407 commit 4b42d2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ __XFWall can be installed by following these steps:__
+ Clone GitHub repository

```bash
$ git clone https://github.com/alonsogonzalezleal/xfwall.git
$ git clone https://github.com/agopdev/xfwall.git
```
+ Change to cloned directory

Expand Down
4 changes: 2 additions & 2 deletions src/xfwall.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

export CONFIG_FILE_PATH=~/.xfwall/config.json
export XFWALL_VERSION="0.1.3"
export XFWALL_VERSION="0.1.4"

# Monitor name
get_all_monitors() {
Expand Down Expand Up @@ -127,7 +127,7 @@ display_help() {
Version: "$XFWALL_VERSION"
By Alonso González-Leal
By Alonso González-Leal @agopdev
Usage: xfwall [command|option] [value]
Expand Down

0 comments on commit 4b42d2e

Please sign in to comment.