diff options
author | midipix <writeonce@midipix.org> | 2020-08-26 00:28:13 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-08-26 00:28:13 +0000 |
commit | 661bd89f6cb17a25fe0128e5f18843ddd796e231 (patch) | |
tree | 42f548b3494a712650022783e4068184add98956 | |
parent | 7796b9aba569332d39f32c2adb7799a04868949f (diff) | |
download | mpackage-661bd89f6cb17a25fe0128e5f18843ddd796e231.tar.bz2 mpackage-661bd89f6cb17a25fe0128e5f18843ddd796e231.tar.xz |
once/updates.sh: remove update.pending tag file upon successful update.
-rwxr-xr-x | once/update.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/once/update.sh b/once/update.sh index 31b4e0f..d38ba83 100755 --- a/once/update.sh +++ b/once/update.sh @@ -19,6 +19,8 @@ for tarball in /updates/*.tar.gz; do echo done +rm -f /updates/update.pending + echo echo echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |