Browse Source

Merge branch 'new-150' of matteozeccolimarazzini/shiftctl into master

New 150 have been hired, and they now work only 120 hours...
Matteo Zeccoli Marazzini 2 years ago
parent
commit
def78a2d6b
2 changed files with 4 additions and 4 deletions
  1. 3 3
      conf
  2. 1 1
      query_functions

+ 3 - 3
conf

@@ -9,9 +9,9 @@ SHIFT_FILE="/home/150/turni/turni.db"
 # Associa ad ogni ID il nome utente di un 150.
 # Solamente tali utenti possono registrare
 # un'entrata nel file dei turni.
-ID_0_150="chantalbiordi"
-ID_1_150="matteobonamassa"
-ID_2_150="giorgiatonani"
+ID_0_150="davidenatale"
+ID_1_150="marioforzanini"
+ID_2_150="pietrodaniele"
 
 # Il group id o il group name che identifica gli operatori.
 # Viene usato da shiftctl come owner group del file dei turni

+ 1 - 1
query_functions

@@ -42,7 +42,7 @@ print_gtotal(){
   echo -e "\nHere it comes the operators' grand total:"
   for i in {0..2}
   do
-    printf "%-30s%10s/150h\n" "$(id_to_name_check $i):" "$(get_operator_total $i)"
+    printf "%-30s%10s/120h\n" "$(id_to_name_check $i):" "$(get_operator_total $i)"
   done
 }