mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Fix wrong folder name in yunohost use-git command.
This commit is contained in:
parent
e117a2c0d0
commit
d7ae31ccf4
1 changed files with 1 additions and 1 deletions
2
ynh-dev
2
ynh-dev
|
@ -224,7 +224,7 @@ elif [ "$1" = "use-git" ]; then
|
|||
if [ ! -L '/usr/share/yunohost/helpers.d' ]; then sudo rm -rf /usr/share/yunohost/helpers.d; fi
|
||||
sudo ln -s -f /vagrant/yunohost/data/helpers.d /usr/share/yunohost/helpers.d
|
||||
if [ ! -L '/usr/share/yunohost/yunohost-config/moulinette' ]; then sudo rm -rf /usr/share/yunohost/yunohost-config/moulinette; fi
|
||||
sudo ln -s -f /vagrant/yunohost/data/others /usr/share/yunohost/yunohost-config/moulinette
|
||||
sudo ln -s -f /vagrant/yunohost/data/other /usr/share/yunohost/yunohost-config/moulinette
|
||||
|
||||
# debian
|
||||
if [ ! -L '/usr/share/pam-configs/mkhomedir' ]; then sudo rm /usr/share/pam-configs/mkhomedir; fi
|
||||
|
|
Loading…
Add table
Reference in a new issue