removed trailing and unneeded space and tabs
This commit is contained in:
@@ -14,12 +14,12 @@ export DEP_install_profile="install_pkg"
|
||||
install_profile()
|
||||
{
|
||||
#installfile ansi_shadow.flf /usr/share/figlet/ansi_shadow.flf
|
||||
|
||||
|
||||
local usrlist="/root"
|
||||
if find /home -mindepth 1 -maxdepth 1 -type d | read; then
|
||||
usrlist="$usrlist /home/*"
|
||||
fi
|
||||
|
||||
|
||||
# Create a dir in home so /home/* is always interpreted correctly
|
||||
for usr in $usrlist; do
|
||||
backupdist $usr/{,.}profile $usr/.bashrc
|
||||
|
||||
Reference in New Issue
Block a user