daft punk edit

This commit is contained in:
qo-op 2020-05-28 16:59:53 +02:00
parent 0f0e1d9bd5
commit dea9c80989
1 changed files with 8 additions and 2 deletions

View File

@ -33,7 +33,7 @@ fn_exists() {
}
# ATOMATIC gammu-smsd-inject desactivation if no gammu is installed on system
if ! fn_exists gammu-smsd-inject; then
if [[ ! $(which gammu-smsd-inject) ]] then
echo ":p) DESACTIVATION ENVOI DE SMS .............."
function gammu-smsd-inject () {
log "$PHONE: >>> SENDING SMS $4 TO $2 "
@ -103,6 +103,12 @@ else
fi
# INIT KEYS
echo 'INIT KEYS'
echo 'init
__
/ /_____ __ _______
/ //_/ _ \/ / / / ___/
/ ,< / __/ /_/ (__ )
/_/|_|\___/\__, /____/
/____/ '
source $MY_PATH/init_keys.sh