Skip to content

Commit

Permalink
Fix unzip command path
Browse files Browse the repository at this point in the history
  • Loading branch information
asteriscos committed Nov 26, 2024
1 parent 13b0867 commit 4e52ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-packages/install-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins=$(ls /tmp)
echo $plugins
for plugin in $plugins; do
echo $plugin
unzip $plugin -d /unziped/
unzip /tmp/$plugin -d /tmp/unziped/
done
plugins=$(ls /tmp/unziped)
for plugin in $plugins; do
Expand Down

0 comments on commit 4e52ed8

Please sign in to comment.