mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-12 06:51:21 +00:00
5 lines
87 B
Text
5 lines
87 B
Text
|
#!/bin/sh
|
||
|
|
||
|
cd ${SNAP}
|
||
|
exec ./set-environment bin/plm migration run --path ${SNAP_DATA}
|