summaryrefslogtreecommitdiff
path: root/indra/viewer_components/updater
diff options
context:
space:
mode:
authorMark Palange (Mani) <palange@lindenlab.com>2010-11-17 15:20:53 -0800
committerMark Palange (Mani) <palange@lindenlab.com>2010-11-17 15:20:53 -0800
commit8e0e5e0bd9fd3e699a36b6babfacab3c0f61935b (patch)
tree6af2f3ef7903fde67ef5fde3754ccc3daaadf14f /indra/viewer_components/updater
parentc61d89f61d0b696e6e73105ed7be7580bf1b3437 (diff)
CHOP-203 Deleting the update file after installer run.
Diffstat (limited to 'indra/viewer_components/updater')
-rwxr-xr-xindra/viewer_components/updater/scripts/linux/update_install4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/viewer_components/updater/scripts/linux/update_install b/indra/viewer_components/updater/scripts/linux/update_install
index 7d8a27607c..fef5ef7d09 100755
--- a/indra/viewer_components/updater/scripts/linux/update_install
+++ b/indra/viewer_components/updater/scripts/linux/update_install
@@ -5,4 +5,6 @@ bin/linux-updater.bin --file "$1" --dest "$INSTALL_DIR" --name "Second Life View
if [ $? -ne 0 ]
then touch $2
-fi \ No newline at end of file
+fi
+
+rm -f $1