diff scripts/restore-container.sh @ 302:15d0cffd9980 production v2.5.0

flow: Merged <release> 'v2.5.0' to <master> ('production').
author smith@nwoca.org
date Wed, 01 May 2019 15:33:00 +0100
parents 5be78ce3b33c
children
line wrap: on
line diff
--- a/scripts/restore-container.sh	Thu Dec 27 00:06:14 2018 +0000
+++ b/scripts/restore-container.sh	Wed May 01 15:33:00 2019 +0100
@@ -17,6 +17,7 @@
 
 target=$(basename $1)
 target=${target%%.*}
+target=${target#*-}
 
 project=$(composeGetProject $target)