Compare commits
No commits in common. "b4e977da3e91c4520b609e738b22af13f66011e4" and "462d529a58c24be909d24f7ca5e9c9a4a8d09d96" have entirely different histories.
b4e977da3e
...
462d529a58
|
@ -1,11 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ -z "$1" ] ; then
|
||||
echo "Error - must supply config file"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
. "$1"
|
||||
. ./config
|
||||
|
||||
./dev/container-create.sh
|
||||
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ -z "$1" ] ; then
|
||||
echo "Error - must supply filename"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cp /home/ray/Projects/wordpress-dev/config-example "$1"
|
||||
|
||||
|
|
@ -1,11 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ -z "$1" ] ; then
|
||||
echo "Error - must supply config file"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
. "$1"
|
||||
. ./config
|
||||
|
||||
./dev/export-data.sh
|
||||
|
||||
|
|
|
@ -1,11 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ -z "$1" ] ; then
|
||||
echo "Error - must supply config file"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
. "$1"
|
||||
. ./config
|
||||
|
||||
_ssh_url="root@$_remote_host.$_domain"
|
||||
|
||||
|
|
Loading…
Reference in New Issue