Skip to content

Commit

Permalink
Update updater.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed May 10, 2022
1 parent e047e4e commit db67af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if [ "$current_version" != "$latest_version" ]; then

rm /opt/Stem/branch_staging/"$latest_version".zip

ls -N /opt/Stem/branch_staging | xargs mv -t /opt/Stem/branch_staging/"$latest_version"
mv $(ls -N /opt/Stem/branch_staging) /opt/Stem/branch_staging/"$latest_version"

else
echo "Branch is up to date."
Expand Down

0 comments on commit db67af2

Please sign in to comment.