mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 05:53:09 +03:00
8 lines
183 B
Bash
8 lines
183 B
Bash
|
#!/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
|