diff --git a/g1sms/sms_received.sh b/g1sms/sms_received.sh index 76b78f5..4fa9104 100755 --- a/g1sms/sms_received.sh +++ b/g1sms/sms_received.sh @@ -1,9 +1,11 @@ #!/bin/bash -################################################################################ +######################################################################## # Author: Fred (support@qo-op.com) & poka # Version: 1.0 # License: AGPL (http://www.google.com/search?q=AGPL) -################################################################################ +######################################################################## +# BEWARE for g1sms !!! silkaj must be installed for root +# sudo pip3 install silkaj MY_PATH="`dirname \"$0\"`" # relative MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized