mirror of
https://github.com/YunoHost-Apps/terraforming-mars_ynh.git
synced 2024-09-03 20:36:05 +02:00
fix cd directory
This commit is contained in:
parent
5b61fb3dd2
commit
c36c8f62bf
2 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,8 @@ ynh_add_nginx_config
|
||||||
|
|
||||||
cd $install_dir
|
cd $install_dir
|
||||||
ynh_exec_warn_less git clone https://github.com/terraforming-mars/terraforming-mars.git
|
ynh_exec_warn_less git clone https://github.com/terraforming-mars/terraforming-mars.git
|
||||||
|
|
||||||
|
cd $install_dir/terraforming-mars
|
||||||
git checkout $TM_version
|
git checkout $TM_version
|
||||||
|
|
||||||
pushd $install_dir/terraforming-mars
|
pushd $install_dir/terraforming-mars
|
||||||
|
|
|
@ -37,6 +37,8 @@ ynh_script_progression --message="Building app... This may take quiete some time
|
||||||
|
|
||||||
cd $install_dir
|
cd $install_dir
|
||||||
ynh_exec_warn_less git clone https://github.com/terraforming-mars/terraforming-mars.git
|
ynh_exec_warn_less git clone https://github.com/terraforming-mars/terraforming-mars.git
|
||||||
|
|
||||||
|
cd $install_dir/terraforming-mars
|
||||||
git checkout $TM_version
|
git checkout $TM_version
|
||||||
|
|
||||||
pushd $install_dir/terraforming-mars
|
pushd $install_dir/terraforming-mars
|
||||||
|
|
Loading…
Add table
Reference in a new issue