Skip to content

Commit

Permalink
USE PROPER ARGS
Browse files Browse the repository at this point in the history
Problem between chain and computer

Signed-off-by: itxaka <[email protected]>
  • Loading branch information
Itxaka committed Jun 16, 2021
1 parent ed7a5f0 commit 4d8366f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/installer/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: "installer"
category: "utils"
version: "0.7.3"
version: "0.7.4"
4 changes: 2 additions & 2 deletions packages/installer/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,14 @@ upgrade() {

if [ -n "$CHANNEL_UPGRADES" ] && [ "$CHANNEL_UPGRADES" == true ]; then
if [ -z "$VERIFY" ]; then
args="--enable-logfile --enable-logfile /tmp/luet.log --plugin luet-mtree"
args="--enable-logfile --logfile /tmp/luet.log --plugin luet-mtree"
fi
luet install $args --system-target $TARGET --system-engine memory -y $UPGRADE_IMAGE
luet cleanup
else
args=""
if [ -z "$VERIFY" ]; then
args="--enable-logfile --enable-logfile /tmp/luet.log --plugin luet-mtree"
args="--enable-logfile --logfile /tmp/luet.log --plugin luet-mtree"
fi
luet util unpack $args $UPGRADE_IMAGE /usr/local/tmp/rootfs
rsync -aqzAX --exclude='mnt' --exclude='proc' --exclude='sys' --exclude='dev' --exclude='tmp' /usr/local/tmp/rootfs/ $TARGET
Expand Down

0 comments on commit 4d8366f

Please sign in to comment.