Browse Source

Correction de quelques coquilles

master
heuzef 6 years ago
parent
commit
87b8eb0f09
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      scripts/sound.sh
  2. +1
    -0
      scripts/update.sh

+ 1
- 1
scripts/sound.sh View File

@@ -3,5 +3,5 @@
# Allumage de la sonnette
# En cours de programmation

# Port GPIO 17 OFF (port physique 11)
# Port GPIO 17 ON (port physique 11)
gpio -g write 17 1

+ 1
- 0
scripts/update.sh View File

@@ -1,6 +1,7 @@
#!/bin/bash
# Allo-GG
# Mise a jour du module

cd /var/www/html/Allo-GG/
git pull
service apache2 restart

Loading…
Cancel
Save