diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-11-12 13:39:41 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-11-12 13:39:41 +0100 |
commit | 5dd16e14dd41f1565687142ba7cefa7c4cf64658 (patch) | |
tree | d571b793928cdf89feb6d040b359c3db2a00c766 /bin/appstore-add-app | |
parent | 0d92ff5fd34d79b54c30c38ac41bc600acf7b7c4 (diff) | |
download | appstore-master.tar.gz appstore-master.tar.bz2 appstore-master.tar.xz appstore-master.zip |
Diffstat (limited to 'bin/appstore-add-app')
-rwxr-xr-x | bin/appstore-add-app | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/appstore-add-app b/bin/appstore-add-app index c190efb..2b9ed19 100755 --- a/bin/appstore-add-app +++ b/bin/appstore-add-app @@ -31,3 +31,5 @@ app conf set -f appstore.config ${name}.state "$5" # Register the application apps=$(app cat-conf -f appstore.config -k appstore.apps | cut -f 2- -d =) app conf set -f appstore.config appstore.apps "$apps,$name" + +git add appstore.config |