mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Get rid of legacy script to reset ldap password
This commit is contained in:
parent
a274b6a8fc
commit
713612a689
2 changed files with 0 additions and 4 deletions
1
debian/install
vendored
1
debian/install
vendored
|
@ -1,5 +1,4 @@
|
||||||
bin/* /usr/bin/
|
bin/* /usr/bin/
|
||||||
sbin/* /usr/sbin/
|
|
||||||
data/bash-completion.d/yunohost /etc/bash_completion.d/
|
data/bash-completion.d/yunohost /etc/bash_completion.d/
|
||||||
doc/yunohost.8.gz /usr/share/man/man8/
|
doc/yunohost.8.gz /usr/share/man/man8/
|
||||||
data/actionsmap/* /usr/share/moulinette/actionsmap/
|
data/actionsmap/* /usr/share/moulinette/actionsmap/
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
echo "Warning: this script is now deprecated. You can simply type 'yunohost tools adminpw' to change the root/admin password."
|
|
||||||
yunohost tools adminpw
|
|
Loading…
Add table
Reference in a new issue