Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3377570
D11550.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
468 B
Referenced Files
None
Subscribers
None
D11550.diff
View Options
diff --git a/scripts/localstack_down.sh b/scripts/localstack_down.sh
--- a/scripts/localstack_down.sh
+++ b/scripts/localstack_down.sh
@@ -13,7 +13,7 @@
# docker cli, so instead use docker ps + grep to determine running container
if docker ps | grep localstack &> /dev/null; then
echo "Stopping localstack..." >&2
- docker stop localstack_main > /dev/null
+ docker stop localstack-main > /dev/null
else
echo "No localstack instance found, skipping..."
fi
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 28, 6:27 AM (21 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2593060
Default Alt Text
D11550.diff (468 B)
Attached To
Mode
D11550: [nix][scripts] Rename localstack_main to localstack-main
Attached
Detach File
Event Timeline
Log In to Comment