Compare commits

..

No commits in common. "b4e977da3e91c4520b609e738b22af13f66011e4" and "462d529a58c24be909d24f7ca5e9c9a4a8d09d96" have entirely different histories.

4 changed files with 3 additions and 28 deletions

View File

@ -1,11 +1,6 @@
#!/bin/sh #!/bin/sh
if [ -z "$1" ] ; then . ./config
echo "Error - must supply config file"
exit 1
fi
. "$1"
./dev/container-create.sh ./dev/container-create.sh

View File

@ -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"

View File

@ -1,11 +1,6 @@
#!/bin/sh #!/bin/sh
if [ -z "$1" ] ; then . ./config
echo "Error - must supply config file"
exit 1
fi
. "$1"
./dev/export-data.sh ./dev/export-data.sh

View File

@ -1,11 +1,6 @@
#!/bin/sh #!/bin/sh
if [ -z "$1" ] ; then . ./config
echo "Error - must supply config file"
exit 1
fi
. "$1"
_ssh_url="root@$_remote_host.$_domain" _ssh_url="root@$_remote_host.$_domain"