mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[fix] typo
This commit is contained in:
parent
01d5f23e7d
commit
51411b8d0a
1 changed files with 2 additions and 2 deletions
4
ynh-dev
4
ynh-dev
|
@ -236,8 +236,8 @@ elif [ "$1" = "use-git" ]; then
|
|||
echo ""
|
||||
;;
|
||||
moulinette)
|
||||
create_sym_link "/vagrant/moulinette/locales" "/usr/share/moulinette/locale"
|
||||
create_sym_link "/vagrant/moulinette/moulinette/authenticators" "/usr/lib/python2.7/dist-packages/moulinette/authenticator"
|
||||
create_sym_link "/vagrant/moulinette/locales" "/usr/share/moulinette/locales"
|
||||
create_sym_link "/vagrant/moulinette/moulinette/authenticators" "/usr/lib/python2.7/dist-packages/moulinette/authenticators"
|
||||
create_sym_link "/vagrant/moulinette/moulinette/interfaces" "/usr/lib/python2.7/dist-packages/moulinette/interfaces"
|
||||
create_sym_link "/vagrant/moulinette/moulinette/utils" "/usr/lib/python2.7/dist-packages/moulinette/utils"
|
||||
create_sym_link "/vagrant/moulinette/moulinette/__init__.py" "/usr/lib/python2.7/dist-packages/moulinette/__init__.py"
|
||||
|
|
Loading…
Add table
Reference in a new issue