Subir archivos a "init"
This commit is contained in:
parent
1c078ae675
commit
4e9f4dca30
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user