Remove bad word :(

This commit is contained in:
2024-12-14 02:45:48 +01:00
parent 3b57579ab7
commit dea3962b19

View File

@@ -61,10 +61,10 @@ SET_APPOINTMENT() {
CREATE_APPOINTMENT=$($PSQL "INSERT INTO appointments(customer_id, service_id, time) VALUES($CUSTOMER_ID,$SERVICE_ID,'$SERVICE_TIME')")
}
echo -e "\n~~~~~ Kapsalon heel lekker ~~~~~\n"
echo -e "\n~~~~~ Kapsalon ~~~~~\n"
SELECT_SERVICE
GET_CUSTOMER
SET_APPOINTMENT
echo -e "\nI have put you down for a $SERVICE_NAME at $SERVICE_TIME, $CUSTOMER_NAME."
echo -e "\nI have put you down for a $SERVICE_NAME at $SERVICE_TIME, $CUSTOMER_NAME."