diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-13 20:04:05 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-13 20:04:05 -0500 |
commit | 8acda70008db6820f4047d78ea8a5fb1fa09640a (patch) | |
tree | cba24eac242333b5f9b69e60c4ad4b959c433d11 | |
parent | 5e7d5935a1e33fcf083f844ae23cba5574210daa (diff) | |
download | squashfu-8acda70008db6820f4047d78ea8a5fb1fa09640a.tar.gz |
Move VER string to main script where it'll actually be updated pull to pull
-rwxr-xr-x | squashfu | 1 | ||||
-rw-r--r-- | squashfu.conf | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,5 @@ #!/bin/bash +VER="0.8dev-5e7d59" CONFIG="/etc/squashfu.conf" source "$CONFIG" diff --git a/squashfu.conf b/squashfu.conf index 4b0bb01..fd53091 100644 --- a/squashfu.conf +++ b/squashfu.conf @@ -1,5 +1,4 @@ # Config file for Super Deluxe SquashFu Backup Express -VER="0.8dev-281858" # Show debugging information. This might be useful in the event # you need to troubleshoot. |