1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

scripts/iiab-root-login: Set + Enable sftp password, for FileZilla uploads

This commit is contained in:
root 2024-08-07 01:03:29 -04:00
parent aa5a020c16
commit cac1c873f4
6 changed files with 63 additions and 2 deletions

View file

@ -41,7 +41,7 @@
if [[ $1 == "-f" || $1 == "--fast" ]]; then # Otherwise ./runrole does it below! (as Ansible runs roles/0-init)
cd scripts
echo -e "\n\e[4mNow running: cp -u iiab-update iiab-summary iiab-diagnostics /usr/bin\e[0m\n"
cp -u iiab-update iiab-summary iiab-diagnostics /usr/bin
cp -u iiab-update iiab-summary iiab-diagnostics iiab-root-login /usr/bin
fi
if [[ $1 == "-f" || $1 == "--fast" ]]; then