diff scripts/restore-container.sh @ 297:5be78ce3b33c

revisions to restore container script
author aldrich@nwoca.org
date Tue, 12 Feb 2019 13:44:33 +0000
parents 2e0d3c70bba2
children
line wrap: on
line diff
--- a/scripts/restore-container.sh	Wed Feb 06 18:31:12 2019 +0000
+++ b/scripts/restore-container.sh	Tue Feb 12 13:44:33 2019 +0000
@@ -17,6 +17,7 @@
 
 target=$(basename $1)
 target=${target%%.*}
+target=${target#*-}
 
 project=$(composeGetProject $target)