mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03:00
fb290699be
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
8 lines
183 B
Bash
Executable File
8 lines
183 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Restore workspace contents in mongo/elastic
|
|
./tool.sh restore-workspace sanity-ws sanity-ws/
|
|
|
|
# Re-assign user to workspace.
|
|
./tool.sh assign-workspace user1 sanity-ws
|