Skip to content

Commit

Permalink
fixed bin/deployHome.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed Jun 28, 2023
1 parent cd8eb40 commit 0cd2933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/deployHome.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ fi
$CURL --silent --location --output $HOME/tmp/v$VERSION.tar.gz $URL_TAR &&
tar --gzip --extract --directory=$HOME/tmp/ --exclude=README.md --file=$HOME/tmp/v$VERSION.tar.gz &&
rsync -a $HOME/tmp/home-$VERSION/ $HOME/ &&
sh $HOME/bin/fixPerm.sh &&
sh $HOME/bin/fixHtopCfg.sh &&
bash $HOME/bin/fixPerm.sh &&
bash $HOME/bin/fixHtopCfg.sh &&

# fix owner
tar --list --file=$HOME/tmp/v$VERSION.tar.gz | sed "s|home-$VERSION/|$HOME/|" | egrep -v README.md | xargs chown $USER:$GROUP &&
Expand Down

0 comments on commit 0cd2933

Please sign in to comment.