mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
fix: plugin file deployment script
This commit is contained in:
@@ -55,7 +55,7 @@ fi
|
||||
if [ -z "$deploy" ]; then
|
||||
echo
|
||||
echo
|
||||
read -rp -e "Do you want to also deploy the built web components? (yes/no/build): " deploy
|
||||
read -rp "Do you want to also deploy the built web components? (yes/no/build): " deploy
|
||||
fi
|
||||
|
||||
if [ "$deploy" = "yes" ]; then
|
||||
|
||||
Reference in New Issue
Block a user