summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/uncloud-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/uncloud-init b/tools/uncloud-init
index 0e2a03df..2574d482 100755
--- a/tools/uncloud-init
+++ b/tools/uncloud-init
@@ -58,7 +58,7 @@ updateFrom() {
rsync -av "${mp}/updates/" "/" ||
{ log FAIL "failed rsync updates/ /"; return 1; }
fi
- if [ -d "${mp}/updates.tar" ]; then
+ if [ -f "${mp}/updates.tar" ]; then
tar -C / -xvf "${mp}/updates.tar" ||
{ log FAIL "failed tar -C / -xvf ${mp}/updates.tar"; return 1; }
fi