Parcourir la source

Added Username Output

Thomas Buck il y a 11 ans
Parent
révision
a947aec876
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      deploy

+ 1
- 1
deploy Voir le fichier

@@ -8,4 +8,4 @@ echo "lollipop123Tunguska" | sudo -S cp -r /home/thomas/poole/output/* /var/www/
8 8
 echo "lollipop123Tunguska" | sudo -S cp -r /home/thomas/poole/static/* /var/www/
9 9
 
10 10
 host=`hostname`
11
-/home/thomas/bin/notify "Deployed to ${host}"
11
+/home/thomas/bin/notify "${USER} deployed to ${host}"

Chargement…
Annuler
Enregistrer