mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[mod] set -x
This commit is contained in:
parent
41f0b8ba08
commit
832954fd22
1 changed files with 2 additions and 0 deletions
2
ynh-dev
2
ynh-dev
|
@ -61,6 +61,8 @@ if [ "$1" = "-h" ] || [ "$1" = "--help" ] || [ "$1" = "help" ]; then
|
||||||
usage
|
usage
|
||||||
|
|
||||||
elif [ "$1" = "create-env" ]; then
|
elif [ "$1" = "create-env" ]; then
|
||||||
|
set -x
|
||||||
|
|
||||||
#Create a development environment
|
#Create a development environment
|
||||||
pwd=`pwd`
|
pwd=`pwd`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue