mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
3 lines
162 B
Bash
Executable file
3 lines
162 B
Bash
Executable file
#!/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
|