mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
using proper template Xs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
SELF=`which $0`; APP="$1"; TARGET="$2"
|
||||
TMP=$(mktemp -d -t $TARGET)
|
||||
TMP=$(mktemp -d -t "$TARGET.XXXXX")
|
||||
trap "rm -rf $TMP" EXIT
|
||||
cp -r $(dirname $SELF)/$APP/* $TMP
|
||||
cd $TMP
|
||||
|
||||
Reference in New Issue
Block a user