Merge remote-tracking branch 'origin/master' into dev-fred

This commit is contained in:
qo-op 2019-12-17 17:23:16 +01:00
commit 6e00414c16
2 changed files with 14 additions and 10 deletions

View File

@ -54,7 +54,7 @@ ipfs() {
# Install gammu
gammu() {
echo -e "${c_yellow}Installation de gammu...$c_"
sudo apt install ppp screen git minicom gammu -y || err+="Install gammu requirements"
sudo apt install wvdial ppp screen git minicom gammu -y || err+="Install gammu requirements"
sleep 1
sudo apt install gammu-smsd -y || sudo apt install -f || err+="Install gammu"

View File

@ -26,6 +26,10 @@
# Version: 0.1
# License: GPL (http://www.google.com/search?q=GPL)
################################################################################
# Execute Kalkun daemon
[[ -f /var/www/kalkun/scripts/daemon.sh ]] && /var/www/kalkun/scripts/daemon.sh
export YOU=$(ps aux --sort=+utime | grep ipfs | tail -n 1 | cut -d " " -f 1)
export CHEMIN="/home/$YOU/G1sms+"
cd $CHEMIN