Subir archivos a "init"

This commit is contained in:
darnix 2025-05-28 21:03:17 +00:00
parent 1c078ae675
commit 4e9f4dca30

View File

@ -229,7 +229,7 @@ echo "$1" >> $HOME/files.log
fun_filezLTM () {
fup="$HOME/update"
echo "$1" >> $HOME/files.log
#[[ $1 = 'http-server.py' ]] && mv ${fup}/$1 /bin/http-server.sh && chmod +x /bin/http-server.sh
[[ $1 = 'http-server.py' ]] && mv ${fup}/$1 /bin/http-server.sh && chmod +x /bin/http-server.sh
[[ -e $1 ]] && mv -f ${fup}/$1 /etc/LTM/$1
}